-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest version of bootstrap-datepicker #28
Comments
Cannot replicate your error - check the demo pages which use the same release and they work fine. It can be caching issues on your client - clean up your web server assets folder, clean up your browser cache and restart. |
I use same release demo pages of you. 'date', 'type' => DatePicker::TYPE_COMPONENT_PREPEND, 'value' => ArrayHelper::getValue($_REQUEST, 'date', ''), 'options' => [ 'placeholder' => Yii::t('cms', 'select_date') ], 'language' => 'en', 'pluginOptions' => [ 'autoclose'=>true, 'format' => 'dd-mm-yyyy', 'endDate' => date('d-m-Y'), ] ]); ?>However cannot translate language except 'language' => 'en'. When 'language' => 'vi' the error occurred. Thanks so much! |
This is fixed via #29. Ok this is due to the new noconflict implementation for folks using jquery UI along with this extension. The JUI datepicker uses the same namespace The new update involved extending bootstrap-datepicker and using its noconflict method to create a new |
Ok, thanks :) |
No description provided.
The text was updated successfully, but these errors were encountered: