Skip to content

Fixed issue with enter key selecting wrong option in dropdown

Phil Hughes requested to merge dropdown-enter-select into master

If you search for a label and press enter the dropdown will select the last element rather than the first. This is because the currentIndex is -1 rather than 0

labels

Closes #17630 (closed)

Merge request reports