Enable Specific Dates in Flux Date Picker #1162
-
Currently, the Flux Date Picker allows setting minimum and maximum date ranges, but it lacks a feature to enable only specific dates while disabling all others. This feature would be useful in scenarios such as:
Proposed Implementation:
When applied:
Additional Considerations:
This feature will enhance the usability of the Flux Date Picker, making it more versatile for applications requiring controlled date selection. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@beneyraheem there isn't an enabled dates, but there is an |
Beta Was this translation helpful? Give feedback.
@beneyraheem there isn't an enabled dates, but there is an
unavailable
attribute you can use, which you could calculate the unavailable dates on the backend instead. See https://fluxui.dev/components/calendar#unavailable-dates for more details.