react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
[Bug] disabledDates prop makes touch devices require extra tap to select dates
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