Dropdown Select v0.16.0+

The Dropdown Select component provides markup to define a single-selection, drop-down list control (commonly used in forms).

Basic Select

Label Annotation
Control Options

(Invalid styling applied after user interaction.)

<hx-select-control>
  <select
    id="selDemo">
    <!-- ... -->
  </select>
  <hx-select></hx-select>
  <label
    for="selDemo">
    Choose an Option
  </label>
</hx-select-control>

Loading...

See Also