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

DatePicker Blur event data research

Open WissamProgress opened this issue 2 years ago • 1 comments

Steps to reproduce:

Workaround: https://stackblitz.com/edit/react-fmrynq-jw3mkz?file=app%2Fmain.jsx

It is more convenient to have something like e.value to return the value instead of using e.target.value and e.relatedTarget.value (like in the above workaround) and its implementation should be researched to see if it is possible.

Related to Ticket ID: 1598038

WissamProgress avatar Feb 22 '23 11:02 WissamProgress

Related with (in regards of the e.target): https://github.com/telerik/kendo-react/issues/1442

Since the blur event will fire for any element within the component, unifying the target will not be possible. As for the value, I am not sure that it serves any purpose within the onBlur event and we are also using generic type for the event's parameter and it will be a major breaking change at this point.

kdikov82 avatar Feb 27 '23 19:02 kdikov82