kendo-ui-core
kendo-ui-core copied to clipboard
ComboBox's clear button closes the cell in a navigatable Grid
Bug report
In a navigatable Grid with a custom ComboBox cell editor, clicking the clear button closes the cell instead of clearing the value in the ComboBox.
Regression introduced with 2023.2.606
Reproduction of the problem
- Open this Dojo example - https://dojo.telerik.com/OgEBOGoz/2
- Edit a cell
- Click the ComboBox clear button
Current behavior
The cell exits the edit mode when the button is clicked and the value is not cleared
Expected/desired behavior
The cell should remain in edit mode and the value should be cleared
Environment
- Kendo UI version: 2024.1.319
- Browser: [all]
Similar behavior is observed when using the AutoComplete as an editor.