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
I am seeking to input the date value of 02/29/2024 into the datepicker field exclusively via keyboard input. However, upon entering the first character for the year, the day field automatically changes from 29 to 28.
🤔 Expected Behavior?
02/29/2024 value should be accepted when set from the keyboard.
😯 Current Behavior
The day value 29 is automatically changed to 28 after typing the first character of the year.
💁 Possible Solution
Implement a debounce mechanism on the keyboard to defer validation and automated updates until a period of no events being intercepted for the respective field has elaspsed.
Provide a general summary of the issue here
I am seeking to input the date value of 02/29/2024 into the datepicker field exclusively via keyboard input. However, upon entering the first character for the year, the day field automatically changes from 29 to 28.
🤔 Expected Behavior?
02/29/2024 value should be accepted when set from the keyboard.
😯 Current Behavior
The day value 29 is automatically changed to 28 after typing the first character of the year.
💁 Possible Solution
Implement a debounce mechanism on the keyboard to defer validation and automated updates until a period of no events being intercepted for the respective field has elaspsed.
🔦 Context
No response
🖥️ Steps to Reproduce
In the datepicker field type 022920
Datepicker-leapYear.mp4
Version
18.2.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Windows
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response