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: Not possible to enter 1979/02/28 when dateFormat is set to 'yy/mm/dd' #6981

Open
ivantakahasi opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@ivantakahasi
Copy link

Describe the bug

"When setting the date format of the DatePicker to 'yy/mm/dd',
it becomes very difficult to manually enter the last part of the date, such as '28' or '20'."

Reproducer

https://stackblitz.com/run?file=src%2FApp.vue

PrimeVue version

4.2.5

Vue version

3.x

Language

TypeScript

Build / Runtime

TypeScript

Browser(s)

Edge, Chrome

Steps to reproduce the behavior

1 - set yy/mm/dd to date-format
2 - set true to manual-input
3 - try to type 1979/02/28 using your keyboad.
and then you find it difficult to enter the last date, '28'.

Expected behavior

Should be able to enter 1979/02/28

@ivantakahasi ivantakahasi added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 20, 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 Dec 20, 2024
@cagataycivici cagataycivici added this to the 4.2.6 milestone Dec 27, 2024
@github-project-automation github-project-automation bot moved this to Review in PrimeVue Dec 27, 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
Status: Review
Development

No branches or pull requests

3 participants