Skip to content

Commit

Permalink
feat(dock): search autocomplete now handles home and end keys
Browse files Browse the repository at this point in the history
Enabling home and end key navigation.
  • Loading branch information
markmcdowell committed Dec 22, 2020
1 parent da4203f commit 367bcf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class SearchAutocomplete extends React.PureComponent<SearchAutocompleteProps> {
disablePortal
filterOptions={filterOptions}
fullWidth
handleHomeEndKeys
inputValue={inputValue}
ListboxComponent={VirtualizedListbox as React.ComponentType<React.HTMLAttributes<HTMLElement>>}
noOptionsText="No results."
Expand Down

0 comments on commit 367bcf4

Please sign in to comment.