kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][DatePicker] Editing the value in the DateInput after refocusing the field doesn't correctly edit the date

Open Yanko-Georgiev opened this issue 1 year ago • 0 comments

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 after refocusing 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/react-nc4vd1?file=app%2Fapp.jsx
  2. In the day field type 2, then focus out of the field.
  3. Focus again on the day field and type 23.
  4. Notice that the value is 3, instead of 23.

Reported in Ticket: 1664990

Yanko-Georgiev avatar Sep 24 '24 11:09 Yanko-Georgiev