Normalize `ToggleBox` component as a `SelectField`
Closed this issue · 0 comments
2fd commented
- Add a
value
prop toToggleBox
andToggleBoxItem
- Remove
active
fromitems
- Determine active item comparing the
value
props fromToggleBox
with the one onToggleBoxItem