Skip to content

Commit

Permalink
Re-open autocomplete dropdown on change
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Feb 3, 2024
1 parent e3a8366 commit c149135
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ function SingleAutocomplete<T extends Item>({

setValue(value);
setIsChanged(true);
setIsOpen(true);
}}
onStateChange={changes => {
if (
Expand Down

0 comments on commit c149135

Please sign in to comment.