1. Elements
  2. Select

Elements

Select

Select

Attributes

The select element inherits all the attributes of BaseInput

In addition, it has the following attributes:

Attribute Required Description Type Example
options Yes List of options Resolvable< SelectOption[]> [ ... ]
params No Additional HTML attributes Resolvable< HTMLSelectElement> {class: 'red'}

SelectOption

Attribute Required Description Type Example
label Yes Label of the option string '1234'
value Yes Value of the option unknown 1234