Skip to content

Select Input

<vox-select> wraps a native select. Options are plain <option> / <optgroup> children.

html
<vox-select label="Operating system" name="os">
  <option value="">Choose one…</option>
  <option value="deb">Debian / Ubuntu</option>
  <option value="rpm">RHEL / Fedora</option>
</vox-select>

API

AttributeTypeDefaultDescription
labelstringField label
namestringForm field name
valuestring''Selected value
notestringHelp text
required / disabledbooleanfalseNative states

Released under the Apache-2.0 License.