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 build a time picker with the options to @enableTime={{false}} the dropdown resets itself upon losing focus (aka clicking outside it. When focus is lost, the onChange event fires with the original date.
The text was updated successfully, but these errors were encountered:
Interesting. @Kilowhisky I suppose we didn't notice this since the examples in the docs all have time pickers. I wonder if we can add logic to this addon to prevent this bad behavior until flatpickr fixes it?
If you build a time picker with the options to
@enableTime={{false}}
the dropdown resets itself upon losing focus (aka clicking outside it. When focus is lost, theonChange
event fires with the original date.The text was updated successfully, but these errors were encountered: