kendo-ui-core
kendo-ui-core copied to clipboard
MultiSelect does not remove the k-focus class when other item is focused using the TAB key
Bug report
When item is focused in the MultiSelect using the left and right arrow keys and then the user presses the TAB key another element on the page is focused, but the selected item in MultiSelect remains highlighted. The 'k-focus' class is not removed.
Reproduction of the problem
- Open the Dojo
- Select some items and navigate through the selected items using the left arrow key
- Press TAB
Current behavior
The input element below the MultiSelect is focused, but the selected item in the MultiSelect remains focused as well. The element has the 'k-focus' class.
Expected/desired behavior
The 'k-focus' class should be removed when another item is focused using the tab key.
Environment
- Kendo UI version: 2022.2.621
- Browser: [all]