kendo-react
kendo-react copied to clipboard
[Bug][DatePicker] Resetting a controlled pasted value via a button does not reset the value
Description
Having a controlled DatePicker component(controlled via state), pasting a value in it, and then resetting the value (via a button), doesn't clear the datepicker input
Steps To Reproduce
- Open this Stackblitz demo
- Copy the date inside the DatePicker
- Click on the reset button
- Paste the value in the DatePicker
- Click the button again
Actual Behavior
The value is not reset after being pasted in
Expected Behavior
The value should reset when beforehand it is pasted.
Last working version of the KendoReact package.
9.0.0
Reported in TicketID: 1682630