Skip to main content
Version: 1.1.0

Select

The Select component provides clean and accessible dropdown menus using the native HTML <select> element.

Ignix Lite select fields support semantic intent variants, validation states, disabled states, and multiple selection without requiring JavaScript.


Intent Variants


States


Multiple Select

Usage


Attributes

AttributeTypeDescription
data-intent'primary' | 'danger' | 'warning' | 'success' | 'neutral'Applies semantic select styles
disabledbooleanDisables select interactions
requiredbooleanMarks the field as required
aria-invalidbooleanApplies invalid state styling
multiplebooleanEnables multiple option selection
namestringNative select field name
optionHTML elementNative dropdown option items