DatePicker: can not typing same date using input #6081
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In the DatePicker, we can select the same date by clicking on it.
However, when I type an end date that is equal to the start date, the date is not selected.
issue.mov
Reproducer
https://stackblitz.com/edit/umbmw3?file=src%2FApp.vue
PrimeVue version
master
Vue version
4.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
Chrome
Steps to reproduce the behavior
07/01/2024
.07/01/2024
).Expected behavior
it should be possible to type the end date equal to the start date, similar to the click motion :)
The text was updated successfully, but these errors were encountered: