kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[DropDownList] Wrong item is being selected on initial load

Open filipKovachev opened this issue 1 year ago • 0 comments

The DropDownList doesn't select the correct item on initial load in the list when list starts with 'Baseball, Basketball'. This can be observed in the following example:

https://codesandbox.io/s/stoic-tdd-mfjlh2

Steps to reproduce:

  • refresh the preview window
  • tab to or open the dropdownlist
  • press the 'B' key

Expected result: 'Baseball' is selected

Actual result: 'Basketball' is selected.

Ticket ID: 1619469

filipKovachev avatar Aug 14 '23 10:08 filipKovachev