HTML-First UI

Select

A dropdown selection component for choosing from a list of options

Notes

The select component provides a dropdown interface for selecting one or multiple options.

  • Wrap select elements in an hf-input-group
  • Include a descriptive label
  • Use optgroup to organize related options
  • Add multiple attribute to allow multiple selections