Open
Description
Bug report
Class k-focus
is not removed from DropDownlist on blur, if its filter input was clicked.
Reproduction of the problem
- Use Events demo
- Click on DropDownList to expand its dropdown.
- Click on DropDownList's filter input.
- Click on demo's title to blur the DropDownList
Current behavior
DropDownList appears focused as k-focus
class is not removed from its span
<span unselectable="on" class="k-dropdown-wrap k-state-default k-focus">
Expected/desired behavior
DropDownList does not appear focused.
Environment
- Kendo UI version: 2023.3.1114
- Browser: all