Select
Single-select dropdown with options defined as an array and the current value controlled via value.
Usage Notes
- Use for enum selection, config items, and environment choice.
- Not suitable for small mutually exclusive groups (use
radio-group). - Related components:
radio-groupfor smaller option sets. - Combine with
columnto compose forms. - Use
$valueandonchangefor state binding.