Select

Useful for allowing users to select only one option from a set.

Props

Prop
Type
Description
appearancedefault | minimal | negative | positiveThe theming to apply
idStringThe id of the select
nameStringThe name of the select
valueStringThe value of the select
labelTextStringA label text of the select
optionsArrayThe options to show when select is open
onChangeFunctionA function to be called when the value changes

Examples

todo