This story is not configured to handle controls. Learn how to add controls
| Name | Description | Default | Control |
|---|---|---|---|
| mode | "single""multiple""keywords" | "single" | - |
| value | T | T[] | - | - |
| onChange | ((value: T) => void) | ((value: T[]) => void) | - | - |
| listDisplayProp* | (arg: T) => ReactNode | - | - |
| uniqueIdentifier* | (arg: T) => string | - | - |
| required | boolean | - | - |
| data | (search: string) => T[] | Promise<T[]> | - | - |
| displayValue* | (value: T) => string | - | - |
| searchValue | (value: T) => string | - | - |
| clearable | boolean | true | - |
| disabled | boolean | - | - |
| label | string | - | - |
| error | string | - | - |
| hint | string | - | - |
| after | ReactNode | - | - |
| before | ReactNode | - | - |