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
this actually updated the data to the value I wanted, but visually it would clear and then the date would somehow reappear even though the data properties value was now an empty string. If you try this method you will have to click twice to remove it from the UI as well. Nevertheless, I would like to implement this in a cleaner way and using the default API that flatpickr offers.
I've tried this:
(it does remove it from the input but the date persists in the model
=> the user doesn't see a date anymore, but the code still has it)
I saw that flickr (the one implemented here) can delete dates with Backspace. On this datepicker I can't do that either.
Am I missing something ? how can I set my startAt to null or empty string
The text was updated successfully, but these errors were encountered: