-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar: Double Click When There is input mask #6042
Comments
In version 10.3.2 this still works normally and the bug appears in all versions after 10.3.2. |
@myisamkernel I think we still need the fix, could you re-open it? |
I reopened. |
Is this the same or related to the issue in #4568? |
After looking through it, I'd say it's definitely related. |
Duplicate of #4568 |
This issue is a duplicate and has already been reported and fixed. Please review closed issues for the upcoming milestone release. |
Thanks I closed as duplicate |
Fixed for 10.8.1 |
Describe the bug
In previous version around 9.6.4 it doesn't need to double click to change value when mask is present
Reproducer
https://stackblitz.com/edit/5jjucc-ht9gfe?file=src%2FApp.jsx
PrimeReact version
10.5.1
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
1.If Init Value in Calendar is empty select it
2.If Value inside Calendar is not null try change the value
Expected behavior
it doesn't need to double click to change value when mask is present
The text was updated successfully, but these errors were encountered: