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

[Bug][DatePicker] Resetting a controlled pasted value via a button does not reset the value

Open Yanko-Georgiev opened this issue 9 months ago • 1 comments

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

  1. Open this Stackblitz demo
  2. Copy the date inside the DatePicker
  3. Click on the reset button
  4. Paste the value in the DatePicker
  5. 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

Yanko-Georgiev avatar Mar 25 '25 11:03 Yanko-Georgiev