<div style="flex: 1 0 100%; display: block;" id='carga_transportada_i'> <?= $form->field($model, 'carga_transportada_i')->widget(MaskedInput::className(), [ 'clientOptions' => [ 'alias' => 'decimal', 'groupSeparator' => '.', 'radixPoint' => ',', 'autoGroup' => true, 'digits' => 2, 'digitsOptional' => false, 'allowMinus' => false, 'rightAlign' => false ], 'options' => [ 'class' => 'form-control', //'placeholder' => '600 (Número entero)', //'maxlength' => 10 ] ]) ?> </div> <?= $form->field($model, 'carga_transportada_n')->widget(MaskedInput::className(), [ 'clientOptions' => [ 'alias' => 'decimal', 'groupSeparator' => '.', 'radixPoint' => ',', 'autoGroup' => true, 'digits' => 2, 'digitsOptional' => false, 'allowMinus' => false, 'rightAlign' => false ], 'options' => [ 'class' => 'form-control campo-suma', //'placeholder' => '600 (Número entero)', //'maxlength' => 10 ] ]) ?>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter