Skip to content

Commit

Permalink
Remove hide for multiple autoselect components
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir411 committed Mar 8, 2024
1 parent a2f687d commit 4cf7b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ export function AutoComplete({
} else {
setSelected(getSelected(currentValue, options));
onChange(currentValue);
hide();
}

setFilter('');
hide();
});

const handleRemove = useEffectEvent((event) => {
Expand Down

0 comments on commit 4cf7b4f

Please sign in to comment.