This commit is contained in:
Philipinho
2024-04-05 01:15:15 +01:00
parent ab6c58460c
commit 1ea393b60c
3 changed files with 30 additions and 28 deletions

View File

@ -64,9 +64,10 @@ export function MultiUserSelect({ onChange }: MultiUserSelectProps) {
searchable
searchValue={searchValue}
onSearchChange={setSearchValue}
clearable
variant="filled"
onChange={onChange}
nothingFoundMessage="Nothing found..."
nothingFoundMessage="No user found"
maxValues={50}
/>
);