Unplanned
Last Updated: 14 Aug 2023 15:05 by Liam
Liam
Created on: 14 Aug 2023 15:05
Category: DropDownList
Type: Bug Report
0
[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

0 comments