Preview
Usage
ComboboxMulti usage<ComboboxMulti label="Reviewers" name="reviewers" options={people} />API
ComboboxMulti APIComboboxMultiProps
| prop | type | notes |
|---|---|---|
| label | string | |
| name | string | |
| options | ComboboxMultiOption[] | |
| defaultValue? | string[] | |
| inputId? | string | |
| placeholder? | string | |
| hint? | string | |
| disabled? | boolean | |
| selectedLabel? | string | |
| allSelectedPlaceholder? | string | |
| removeLabel? | (option: ComboboxMultiOption) => string | |
| mix? | MixInput |