-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DatePicker: manual input not working #6739
Comments
Same issue here 🙋🏻♂️
|
Up! |
2 similar comments
Up! |
Up! |
Same issue here 🙋🏻♂️
|
after this PR, the input stopped working. 😢 |
If no one is working on fixing this bug, would it be okay for me to fix it? :) |
I have a requirement for the manual input to work in mobile as well... |
If anyone else needs the manual input to work in mobile, I was able to have it working by add the inputmode attr to the inner input component >>
|
I fixed it, when I changed the version of primevue, from 4.2.2 to 4.2.5 |
Describe the bug
The DatePicker default behaviour is manualnput true, which, if I'm understanding correctly, is supposed to allow typing the date with the keyboard. That is not working. Directly in the examples exposed in the documentation happens.
Reproducer
https://stackblitz.com/edit/u9znrf-r6br5k?file=src%2FApp.vue
PrimeVue version
4.2.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Try to introduce a date in the datepicker with the manualInput set to true (or not specified, as the default is true)
Expected behavior
Allow user to introduce the dates manually
The text was updated successfully, but these errors were encountered: