-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 manual input doesn't work #1825
Comments
Same issue here. |
Same. |
facing same issue |
Is this working for you?
|
Same here! When will this be fixed? |
Same issue here. Once I click on the input field, a focus event is fired, directly followed by a blur event. The cursor flashes for a split second. It seems to me like the calendar popping up is seizing focus from the input field. Please fix this soon! |
Same here. Worked for me some time ago, stopped working with an update to the latest PrimeVue some weeks ago. |
Same here. |
For me it is also not working in 3.31.0. |
It seems this issue has resurfaced, from a release at some point this year. Can this issue be re-opened please, or do you need us to log another issue? |
I have the same problem with version 3.32.0. This issue should be reopened. |
+1 with 3.32.0 |
Link to (currently) Open issue |
+1 with 3.25.0 |
+1 with 3.28.0 |
+1 with 3.23 and 3.34. |
+1 3.49.0 |
I'm submitting a ...
CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/o5ctk?file=/src/CalendarDemo.vue
Current behavior
You are unable to manually type in a date (it works only for the timepicker)
Expected behavior
I would like to enter or edit a date manually
Minimal reproduction of the problem with instructions
Try to type in a date in "Basic" or "DateFormat" calendar. There is no cursor. It works only for "Time / 12h".
I think it's due to those two changes bd1b2ab, 3355a3a, where the cell in overlay initially gets focus instead of the input.
Please tell us about your environment:
Vue version: 3.2.22
PrimeVue version: 3.9.1
Browser: [Firefox 93 | Opera 80]
The text was updated successfully, but these errors were encountered: