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
The disabledDates prop works as expected, except that it makes for a poor user experience on touch devices. The UI suggests that dates are selected when you tap them, but you will have to tap an additional time on the end date to actually enable the "apply" button, or to select them if the footer is disabled.
I thought my code were causing the issue at first, but I notice the same problem with the example in the documentation:
https://react-tailwindcss-datepicker.vercel.app/advanced-features#disabled-dates
The text was updated successfully, but these errors were encountered:
sindrebenjamin
changed the title
disabledDates prop makes touch devices require extra tap to select dates
[Bug] disabledDates prop makes touch devices require extra tap to select dates
May 22, 2024
The disabledDates prop works as expected, except that it makes for a poor user experience on touch devices. The UI suggests that dates are selected when you tap them, but you will have to tap an additional time on the end date to actually enable the "apply" button, or to select them if the footer is disabled.
I thought my code were causing the issue at first, but I notice the same problem with the example in the documentation:
https://react-tailwindcss-datepicker.vercel.app/advanced-features#disabled-dates
The text was updated successfully, but these errors were encountered: