Closed nagyalex closed 9 years ago
Hello it looks like it doesn't accept tabindex in textInput:
<?= $form->field($profile, 'birthday')->textInput([ 'tabindex' => 3])->label('Birth date')->widget(DatePicker::className(), [ 'inline' => false, 'clientOptions' => [ 'autoclose' => true, 'format' => 'yyyy-mm-dd', 'startDate' => '1900-01-01', 'startView' => 2, 'value' => 'YYYY-MM-DD', ] ]); ?>
Is this intention (to be handled by JS) or just an omitted feature?
Thanks.
I think is due to the way the js plugin is rendered.
Hello it looks like it doesn't accept tabindex in textInput:
Is this intention (to be handled by JS) or just an omitted feature?
Thanks.