Open
Description
Description
ComboBox selection based on blur and exact match is inconsistent based on case sensitivity.
Plan
KendoReact
Steps To Reproduce
- Open the following example: https://stackblitz.com/edit/react-8nwotr8b?file=app%2Fapp.jsx
- Type Football (capital F) and press Tab → Football is selected as expected.
- Clear the selected value.
- Type football (all lowercase) and press Tab → Nothing gets selected.
Actual Behavior
Pressing Tab or blurring the input does not select a value if the casing doesn't match exactly.
Expected Behavior
Typing football (lowercase) should still match and select the option Football when pressing Tab or blurring, just like Football does.
Reported in ticket id: 1692523