kendo-react
kendo-react copied to clipboard
Combobox clear button does not focus the component when not wrapped in label
Currently the ComboBox clear button does not focus the component which in the case of usage with NumericTextBox as child editor leads to unexpected behavior - the value of the numeric is not cleared. This is related to that the NumericTextBox have separated value while on focus which cannot be controlled.
Demo to reproduce: https://stackblitz.com/edit/react-pf6xzj-rdfcrw?file=app%2Fmain.jsx Reported in ticket: 1497988
Still valid: https://stackblitz.com/edit/react-uzcfqp?file=app%2Fmain.jsx
Reported in Ticket ID: 1636651