SelectionList
Allows the user to select one or more items from a list of choices. Although it supports multi-selection, DS recommends the use of a selection list when itβs clear that the user can only select just one option from the range provided.
- π₯ Avocado
- π Banana
- π₯ Carrot
- π Dragonfruit
- π Eggplant
If you need single selection, consider using
HvRadioGroup
or HvSelect
instead.
Controlled
The value of HvSelectionList
can be controlled by using the value
/onChange
. Status is controlled via the status
and statusMessage
props.
- π₯ Avocado
- π Banana
- π₯ Carrot
- π Dragon
- π Eggplant