Bug report
ComboBox and MultiColumnComboBox
Reproduction of the problem
Dojo example. Open the browser console and follow the steps below:
- Select an item
- The "select" event fires and, as expected, e.item and e.dataItem contain info about the selected item.
- Press Backspace key to delete a character from the text in the input
- Blur the widget
- "select" fires: e.item and e.dataItem do not return data (expected)
- Focus the widget and delete another character.
- Blur the widget
Current behavior
After 7. e.item and e.dataItem contain data about an old selection - the item selected in 1.
Expected/desired behavior
e.item and e.dataItem should not contain data, because a custom value is set in the ComboBox and no item in the dataSource is selected.
Environment
- Kendo UI version: 2019.3.917
- jQuery version: x.y
- Browser: [all]