kendo-react
kendo-react copied to clipboard
[Bug][DatePicker] Editing the value in the DateInput after refocusing the field doesn't correctly edit the date
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
- Open this Stackblitz example: https://stackblitz.com/edit/react-nc4vd1?file=app%2Fapp.jsx
- In the day field type 2, then focus out of the field.
- Focus again on the day field and type 23.
- Notice that the value is 3, instead of 23.
Reported in Ticket: 1664990