You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I got same issue in kartik's bootstrap datepicker i solved issue by changing line from 439 to 441. its in under function registerAssets().
if ($this->type === self::TYPE_INLINE) {
$view->registerJs("{$el}.on('changeDate',function(e){{$input}.val({$el}.kvDatepicker('getFormattedDate'));});");
}
When using multidate and multidateSeparator in inline mode I notice only the last date selected is being updated in the input tag.
For example if I select 2 dates :
The input tag value only contains 1 date ( last one selected ).
The text was updated successfully, but these errors were encountered: