2amigos / yii2-date-picker-widget

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

autoclose not work #23

Closed des1roer closed 8 years ago

des1roer commented 8 years ago

code

$form->field($model, 'premiere')->widget(
        DatePicker::className(), [
    // inline too, not bad                
    'inline' => true,
    'language' => 'ru',
    // modify template for custom rendering
    'template' => '<div class="well well-sm" style="background-color: #fff; width:250px">{input}</div>',
    'clientOptions' => [
        'autoclose' => true,
        'format' => 'dd.mm.yyyy'
    ]
]);

result

http://i.imgur.com/TjGzDQ4.png screenshot_23

tonydspaniard commented 8 years ago

It works only if you don't set it as 'inline'

des1roer commented 8 years ago

without inline not work absolutely

tonydspaniard commented 8 years ago

Remove the 'template' too