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
When interacting with date input fields in specific areas of the application, the date mask does not appear or apply on the first click. Users are required to click the input field twice to see the date mask or for it to activate correctly.
It seems like the date picker requires two clicks, the first one is being used to make the picker visible and then the second one is used to focus the input field. Maybe it would be ideal to have one click which opens the picker and focuses the input field.
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
Jan 16, 2025
melloware
changed the title
Date Mask Requires Second Click to Activate on Input Fields
Calendar: Date Mask Requires Second Click to Activate on Input Fields
Jan 16, 2025
melloware
changed the title
Calendar: Date Mask Requires Second Click to Activate on Input Fields
Calendar: Input Mask Requires Second Click to Activate on Input Fields
Jan 16, 2025
Describe the bug
When interacting with date input fields in specific areas of the application, the date mask does not appear or apply on the first click. Users are required to click the input field twice to see the date mask or for it to activate correctly.
Reproducer
https://stackblitz.com/edit/rjd1uagh?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
It seems like the date picker requires two clicks, the first one is being used to make the picker visible and then the second one is used to focus the input field. Maybe it would be ideal to have one click which opens the picker and focuses the input field.
The text was updated successfully, but these errors were encountered: