19Select
The native
Use it for
- Choosing one of 4–15 known options
Not for
- 2–4 options all worth seeing — Radio shows them at once
- Type-ahead over hundreds of options — that is a combobox, which this system does not ship yet
Default
markup
<select class="ns-select" style="max-inline-size:16rem">
<option value="" disabled selected>Choose a level</option>
<option>Beginner</option><option>Intermediate</option><option>Advanced</option>
</select>Disabled
markup
<select class="ns-select" disabled style="max-inline-size:16rem"><option>Beginner</option></select>Accessibility contract
- The placeholder option is disabled so it cannot be submitted as a value