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
Enhance inline DatePicker component with disabled state support
- Added a `disabled` prop to the DatePicker, affecting all date selection components (Day, Month, Year, etc.) to visually indicate disabled states.
- Updated styles to reflect disabled states, including cursor and color changes.
- Modified utility functions to check for disabled dates.
- Ensured that all date-related components respect the disabled state, preventing user interaction when disabled.
- Updated tests to verify the disabled functionality across various scenarios.
This change improves accessibility and user experience by clearly indicating when the DatePicker is not interactive.
Closes#5620
0 commit comments