Components
Select
Select uses native functionality to pick options. Try to use this at all times since it's a better experience for the users.
If you need a Brand, Bank-icon or Icon in your select option, have a look at the dropdown component that has built-in support for it.
Properties
Select
Prop name | Type | Default Value | Description |
---|---|---|---|
branding | string | ||
children | node | ||
className | string | ||
id | string | ||
inverted | bool | ||
label | string | ||
name | string | ||
v2 | bool | ||
value | string |
Option
Prop name | Type | Default Value | Description |
---|---|---|---|
children | node | ||
className | string | ||
disabled | bool | ||
selected | bool | ||
value | string |
Accessibility
This component has been validated to meet the WCAG 2.1 AA accessibility guidelines.