kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

ComboBox's clear button closes the cell in a navigatable Grid

Open martintabakov opened this issue 10 months ago • 1 comments

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

  1. Open this Dojo example - https://dojo.telerik.com/OgEBOGoz/2
  2. Edit a cell
  3. 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]

martintabakov avatar Apr 08 '24 11:04 martintabakov

Similar behavior is observed when using the AutoComplete as an editor.

aleksandarevangelatov avatar Apr 09 '24 07:04 aleksandarevangelatov