Bug report
Reproduction of the problem
Dojo example.
- Focus the MultiSelect and type in "c". The data is filtered and "Canada" is displayed in the list.
- Select "Canada".
- Click in the MultiSelect's input area.
Current behavior
The filter is cleared and all the items in the dataSource are listed, even though "c" remains in the input area.
If step 2 is omitted, the filter is not cleared.
Expected/desired behavior
The filter should not be cleared. After step 3 the MultiSelect should still show only "Canada" in the list of items.
Environment
- Kendo UI version: 2020.3.1118
- jQuery version: x.y
- Browser: [all]