SubComponents
Search and Option
The Search subcomponent extends the SDS Search
component, so you can directly look it here:Search
. You can see the Search
and Option
subcomponents that are extended directly from the Menu
subcomponents section.
Dropdown
The dropdown subcomponent enables the ability to choose between the options.
Dropdown API
This component extends the native <div>
API. That's why the className
prop is not included in the table.
children
ReactNode
✅
isDisabled
boolean
❌
placeholder
string
❌
counter
number
❌
defaultOpen
boolean
❌
TagBox
The tagbox is a container where the Tags
are rendered.
TagBox API
This component extends the native <div>
API. That's why the className
prop is not included in the table.
children
ReactNode
✅
You can use the MultiSelect.Tag
subcomponent, without importing or installing it. Same thing with the MultiSelect.Avatar
subcomponent
HelpText
The HelpText subcomponent extends the SDS HelpText component. See for reference: HelpText
Label
The Label subcomponent extends the SDS label component. See for reference: Label
Last updated