Skip to content

Commit

Permalink
make sure editable dropdown opens when user types
Browse files Browse the repository at this point in the history
  • Loading branch information
peconomou929 committed Jul 1, 2024
1 parent dee5fd9 commit 0aa9e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ export const Dropdown = React.memo(
};

const onEditableInputChange = (event) => {
!overlayVisibleState && show();
let searchIndex = null;

if (event.target.value && visibleOptions) {
Expand Down

0 comments on commit 0aa9e41

Please sign in to comment.