Step to reproduce:
Case 1:
1. Go to documentation page: https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/filtering/
2. Type “ar” symbols
Actual result: Focused element is Bulgaria instead Armenia
Expected result: The first element in list focused - Armenia
Case 2:
1. Go to documentation page: https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/filtering/
2. Type “ary” - Hungary is suggested
3. Remove "y" to search "ar"
Actual result: There is no selected element
Expected result: The first element in list focused - Armenia
Is there a way to fix this behaviour?