kendo-vue
kendo-vue copied to clipboard
[DropDownList] Wrong item is being selected on initial load
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