Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DropDownList] Wrong item is being selected on initial load #440

Open
filipKovachev opened this issue Aug 14, 2023 · 0 comments
Open

[DropDownList] Wrong item is being selected on initial load #440

filipKovachev opened this issue Aug 14, 2023 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium

Comments

@filipKovachev
Copy link
Contributor

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 filipKovachev added Bug Item which indicates that something is not working SEV: Medium labels Aug 14, 2023
@filipKovachev filipKovachev changed the title [DropDownList] - wrong item is being selected on initial load [DropDownList] Wrong item is being selected on initial load Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants