Skip to content

Commit

Permalink
Merge pull request #291 from LifeSG/fix-onHideOptions
Browse files Browse the repository at this point in the history
Fix on hide options
  • Loading branch information
qroll authored Aug 24, 2023
2 parents c5833ae + a0da8a3 commit 55801cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export const InputNestedMultiSelect = <V1, V2, V3>({

setSelectedKeyPaths(newKeyPaths);
setSelectedItems(newSelectedItems);
triggerOptionDisplayCallback(false);

if (selectorRef.current) selectorRef.current.focus();

Expand Down

0 comments on commit 55801cc

Please sign in to comment.