Skip to content

Commit

Permalink
Fixed search to continue showing search term after an option is selec…
Browse files Browse the repository at this point in the history
…ted (#6147)
  • Loading branch information
jcfilben committed May 23, 2022
1 parent c3e9da7 commit dd4ae78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/components/Select/Select.js
Expand Up @@ -245,7 +245,6 @@ const Select = forwardRef(
}
onChange(adjustedEvent);
}
setSearch();
},
[closeOnChange, onChange, onRequestClose, setValue, triggerChangeEvent],
);
Expand Down

0 comments on commit dd4ae78

Please sign in to comment.