When the multiselect
option is set to true
, I am encountering an issue where copying and pasting values from one input field to another triggers a validation event that displays the current day on the selection widget. Despite setting the forceParse
option to false
, the problem persists.
I have searched through the documentation but have not found a specific solution for this issue. Should I consider forking the package and modifying the paste event myself? There are numerous forks of this package on Github, so perhaps someone has already encountered and addressed this problem before?
https://github.com/uxsolutions/bootstrap-datepicker
Thank you all for your assistance and insights!
$('.date').datepicker({
multidate: true,
format: 'yyyy-mm-dd',
orientation: 'bottom',
language: 'fr',
forceParse: false,
});