GitHub

Select and List Attributes

These attributes are shared by the Select and List elements.

Valid props

Prop nameDescriptionTypeDefault
sortDefines if the options shall be sorted alphabeticallyBooleanfalse
multiSelectIf set to true the user is allowed to select multiple optionsBooleanfalse
selectDefines the options to show inside the field as an arrayString[][]

See also Common Form Attributes

On this page