Skip to content
kapable

ComboboxMulti

Forms · 1 export · v0.1.0 · showcase

Multi-value picker that enhances a real native select multiple fallback.

Browse 72 component families

Usage

ComboboxMulti usage
<ComboboxMulti label="Reviewers" name="reviewers" options={people} />

API

ComboboxMulti API

ComboboxMultiProps

ComboboxMulti props
proptypenotes
labelstring
namestring
optionsComboboxMultiOption[]
defaultValue?string[]
inputId?string
placeholder?string
hint?string
disabled?boolean
selectedLabel?string
allSelectedPlaceholder?string
removeLabel?(option: ComboboxMultiOption) => string
mix?MixInput

More in Forms

More in Forms