2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

Accessibility - tabindex #3

Closed nagyalex closed 9 years ago

nagyalex commented 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.

tonydspaniard commented 9 years ago

I think is due to the way the js plugin is rendered.