kendo-react
kendo-react copied to clipboard
Provide the onBlur callback for the components when used in a Form.
Provide the onBlur callback for the components when used in a Form.
Currently, the onBlur is overwritten internally by the Form in order to attach its required logic:
https://stackblitz.com/edit/react-ajvhq6?file=app/main.jsx
Reported again in ticket: 1596079
Example within a Form https://stackblitz.com/edit/react-d1u6hb?file=app%2Fmain.jsx
+1 I'd like this feature