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 is something I've used with flatpicker but flatpicker does not work on mobile and reverts to the native date picker.
I'm working on a booking application that requires a user to select an available date. Right now the application flow is the user checks the available dates then picks a date from the datepicker. This is less than ideal.
I think it will be incredibly useful as a prop and the moment it is added to svelte-calender I'm going to add it to my project in a heartbeat.
This is something I've used with flatpicker but flatpicker does not work on mobile and reverts to the native date picker.
I'm working on a booking application that requires a user to select an available date. Right now the application flow is the user checks the available dates then picks a date from the datepicker. This is less than ideal.
I think it will be incredibly useful as a prop and the moment it is added to svelte-calender I'm going to add it to my project in a heartbeat.
Related Doc:
https://flatpickr.js.org/examples/#disabling-specific-dates
Something like this:
The text was updated successfully, but these errors were encountered: