react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

[Bug] disabledDates prop makes touch devices require extra tap to select dates

Open sindrebenjamin opened this issue 1 year ago • 0 comments

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

sindrebenjamin avatar May 22 '24 15:05 sindrebenjamin