Open boutsen opened 9 years ago
I believe the internal jquery plugin doesn't work properly with multiple date selection 'inline'. What about DateRangePicker instead?
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'));});"); }
I believe the internal jquery plugin doesn't work properly with multiple date selection 'inline'. What about DateRangePicker instead?
That won't work, in case someone wants to select non-continuous dates
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 ).