-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
jzalaya
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Nov 7, 2024
Same issue here 🙋🏻♂️
|
Up! |
2 similar comments
Up! |
Up! |
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 14, 2024
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? :) |
Closed
This was referenced Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
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: