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 ab5c528 commit 337c235Copy full SHA for 337c235
packages/react-select/src/Select.tsx
@@ -883,7 +883,7 @@ export default class Select<
883
blur = this.blurInput;
884
885
openMenu(focusOption: 'first' | 'last') {
886
- const { selectValue, isFocused } = this.state;
+ const { selectValue } = this.state;
887
const focusableOptions = this.buildFocusableOptions();
888
let openAtIndex = focusOption === 'first' ? 0 : focusableOptions.length - 1;
889
0 commit comments