Component 08 · Forms
Multi-select
Choose multiple items with removable selections.
Overview
Choose multiple items with removable selections. It transforms operator input into a labeled domain value while preserving recoverable input through validation, delay and offline queuing.
When to use
Use HE/Multi-select when you need to choose multiple items with removable selections. Keep its role distinct from transport freshness, animal-health severity and model confidence.
Example
RGBDepth
<div class="he-multi-select" aria-label="Channels"><span class="he-multi-select__tag">RGB</span><span class="he-multi-select__tag">Depth</span></div>Anatomy
1Persistent label
2Control
3Help or error
4Sync state
Anatomy stays identical in Pasture and Atlantic. A responsive layout may wrap or stack parts, but reading order and focus order remain equivalent.
Variants and states
Variants
States
Accessibility
Announce result counts and removal of selected items.
- Maintain a visible keyboard focus indicator and a logical focus sequence.
- Never rely on colour alone for operational, freshness or severity state.
- Keep touch targets at least 44 × 44 px unless the target is an inline text link.
Cross-platform contract
| Surface | Canonical name | Status |
|---|---|---|
| Figma | HE/Multi-select | review |
| Web | .he-multi-select | implemented |
| Flutter | HeMultiSelect | implemented |
| Token root | component.multiselect | generated |