Skip to content

[Bug][ComboBox] Value selection on blur is case sensitive #3275

Open
@Sasho32

Description

@Sasho32

Description

ComboBox selection based on blur and exact match is inconsistent based on case sensitivity.

Plan

KendoReact

Steps To Reproduce

  1. Open the following example: https://stackblitz.com/edit/react-8nwotr8b?file=app%2Fapp.jsx
  2. Type Football (capital F) and press Tab → Football is selected as expected.
  3. Clear the selected value.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions