We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f4b6 commit 4549bf2Copy full SHA for 4549bf2
src/components/MultiSelectInput/SearchMultiSelectInput.tsx
@@ -116,7 +116,6 @@ function SearchMultiSelectInput<
116
117
const [searchInputValue, setSearchInputValue] = React.useState('');
118
const [showDropdown, setShowDropdown] = React.useState(false);
119
- const [focused, setFocused] = React.useState(false);
120
const [
121
focusedKey,
122
setFocusedKey,
src/components/SelectInput/SearchSelectInput.tsx
@@ -120,7 +120,6 @@ function SearchSelectInput<
123
124
125
126
0 commit comments