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
Manually type in calendar a date that exceeds the range ( for example 01/01/2000 )
Click outside of the input
Result: Displayed date in the input switches to match the limit ( 01/01/2020 ). But the actual value that that was received from the input in onChange handler is the invalid one which was typed in ( 01/01/2000 ).
Expected behavior
Expected: Displayed date in the input switches to match the limit ( 01/01/2020 ). The actual value that that was received from the input in onChange handler should be the same ( 01/01/2020 )
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 12, 2025
Describe the bug
Actual value is not being limited by yearRange when manually typing
Reproducer
https://stackblitz.com/edit/hr4nfxsy
System Information
Steps to reproduce the behavior
Result: Displayed date in the input switches to match the limit ( 01/01/2020 ). But the actual value that that was received from the input in onChange handler is the invalid one which was typed in ( 01/01/2000 ).
Expected behavior
Expected: Displayed date in the input switches to match the limit ( 01/01/2020 ). The actual value that that was received from the input in onChange handler should be the same ( 01/01/2020 )
The text was updated successfully, but these errors were encountered: