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

fix: next and previous buttons should let you see the min and max date

Open pmaidens opened this issue 1 year ago • 1 comments

What does this change do?

This change makes it so that if the developer has specified a minDate or maxDate, the calendar can return to the month/year/decade that date is specified in. Without this change, if a user has set a minDate of October 20th and the current date selected is November 1st, the user can not go back to October to select any dates even though there are valid dates available. The user would have to know that they need to select a day of the month higher than 20 before being able to look at October.

pmaidens avatar Dec 02 '23 03:12 pmaidens

@OMikkel can you take a look at this?

pmaidens avatar Feb 27 '24 05:02 pmaidens