Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 367bcf4

Browse files
committed
feat(dock): search autocomplete now handles home and end keys
Enabling home and end key navigation.
1 parent da4203f commit 367bcf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/desktop-dock/src/components/Search/SearchAutocomplete.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class SearchAutocomplete extends React.PureComponent<SearchAutocompleteProps> {
110110
disablePortal
111111
filterOptions={filterOptions}
112112
fullWidth
113+
handleHomeEndKeys
113114
inputValue={inputValue}
114115
ListboxComponent={VirtualizedListbox as React.ComponentType<React.HTMLAttributes<HTMLElement>>}
115116
noOptionsText="No results."

0 commit comments

Comments
 (0)