SelectionList
SelectionList allows users to select one or more items from a list.
While it supports multi-selection, itβs recommended to use it when itβs clear that only a single option should be selected.
- π₯ 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