Skip to content
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: can not typing same date using input #6081

Closed
KumJungMin opened this issue Jul 18, 2024 · 0 comments · Fixed by #6082
Closed

DatePicker: can not typing same date using input #6081

KumJungMin opened this issue Jul 18, 2024 · 0 comments · Fixed by #6082
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@KumJungMin
Copy link
Contributor

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

  1. First, type 07/01/2024.
  2. Then, type the same end date (07/01/2024).
  3. However, the date is reset.

Expected behavior

it should be possible to type the end date equal to the start date, similar to the click motion :)

@KumJungMin KumJungMin added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 18, 2024
@KumJungMin KumJungMin changed the title DataPicker: can not typing same date using input DatePicker: can not typing same date using input Jul 18, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.0.4 milestone Aug 1, 2024
@tugcekucukoglu 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 Aug 1, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants