Skip to content

Commit

Permalink
fix #648 Pressing the arrow down key on the keyboard, causes SuggestB…
Browse files Browse the repository at this point in the history
…ox to throw an Exception
  • Loading branch information
vegegoku committed Apr 14, 2022
1 parent 9a47cba commit 2df645a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ public DominoElement<HTMLDivElement> getSearchContainer() {

/** Sets focus at the first element of the menu */
public void focus() {
dropDownMenuInitializer.apply();
keyboardNavigation.focusAt(0);
}

Expand Down

0 comments on commit 2df645a

Please sign in to comment.