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
There's this property called disabledText which gets some classNames for each day.
The problem is that whenever I put minDate to new Date(), meaning that I want days before now to be disabled, and then give disabledTest some specific styles, the days for the next month get the same style as well. They appear disabled, even though user can click on them without changing the month.
To fix this, there should be a new property in the Themes called nextMonthText or oherMonthText or something similar that developers can use to specify the custom style of days in other months.
I'm using tailwind-datepicker-react@1.4.2
The text was updated successfully, but these errors were encountered:
There's this property called
disabledText
which gets some classNames for each day.The problem is that whenever I put
minDate
tonew Date()
, meaning that I want days before now to be disabled, and then givedisabledTest
some specific styles, the days for the next month get the same style as well. They appear disabled, even though user can click on them without changing the month.To fix this, there should be a new property in the Themes called
nextMonthText
oroherMonthText
or something similar that developers can use to specify the custom style of days in other months.I'm using
tailwind-datepicker-react@1.4.2
The text was updated successfully, but these errors were encountered: