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
If you inline flatpickr and enable the time and multi multiple mode, you will realize that it is not as intuitive changing the time and the first chosen time (earliest date) is the one that will be reactive always.
I don't see bugs there - the time picker is not supposed to update the time on ALL dates.
If you want to update the time on ALL dates, you can hook into onChange and do so :)
If you inline flatpickr and enable the time and multi multiple mode, you will realize that it is not as intuitive changing the time and the first chosen time (earliest date) is the one that will be reactive always.
Reproduction Link
Here is an example in plain js
http://jsfiddle.net/ankurk91/jmxcrknt/
Your Environment
ankurk91/vue-flatpickr-component#44
I would truly appreciate any help on this!
The text was updated successfully, but these errors were encountered: