SubComponents
Search and Option
The Search subcomponent extends the SDS Search component, so you can directly look it here:Search . You can see the Searchand 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
✅
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