chore: hide picked options on multi select

This commit is contained in:
Anderson Oki 2024-04-30 11:35:22 +09:00
parent a6e5f012e9
commit 7734cc6525
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ export function MultiSelector<T>({
return (
<MultiSelect
{...select}
hidePickedOptions
value={wrappedValue}
defaultValue={wrappedDefaultValue}
onChange={wrappedOnChange}