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

Combobox clear button does not focus the component when not wrapped in label

Open vladimirivanoviliev opened this issue 4 years ago • 2 comments

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

vladimirivanoviliev avatar Dec 08 '20 14:12 vladimirivanoviliev

Still valid: https://stackblitz.com/edit/react-uzcfqp?file=app%2Fmain.jsx

kdikov82 avatar Jan 28 '23 20:01 kdikov82

Reported in Ticket ID: 1636651

WissamProgress avatar Jan 10 '24 07:01 WissamProgress