Dual List Box
Dual List Box provides users with two Select Boxes with the ability to move items between lists.
install | yarn add @clayui/form |
---|---|
version | 3.122.0 |
Stable3.122.0View in LexiconCHANGELOG
ClayDualListBox consists of low-level utilities that provides the ability to create a Select with multiple options selectable.
Users are allowed to multi-select different items from a list and sometimes, options in use can be re-order.
It's a high level component using ClaySelectBox
under the hood.
Note: The actual select functionality will not work here due to a pending issue at FormidableLabs/react-live#196. To see it in action, check out the storybook demo.
Copied!
Code Sample (expand to see it)