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

[Bug][DatePicker] Editing the value in the DateInput when there is a value in the field doesn't correctly edit the date #642

Open
Yanko-Georgiev opened this issue Nov 25, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium

Comments

@Yanko-Georgiev
Copy link

I'm submitting a...

  • Bug report

Current behavior

When there is a value inside the DateInput typing a new one doesn't overwrite the existing one but continues to write after it.

Expected behavior

Typing a value, when there is a valid value typed in the field, should overwrite the value instead of continuing to write it.

Minimal reproduction of the problem with instructions

  1. Open this Stackblitz example: https://stackblitz.com/edit/hyvyfc?file=src%2Fmain.vue
  2. In the day field type 02.
  3. Then type 23.
  4. Notice that the value is 03, instead of 23.

Reported in Ticket: 1671383

@Yanko-Georgiev Yanko-Georgiev added Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant