Select Box
Select Box allows users to select multiple options and if needed the ability to reorder selected options.
install | yarn add @clayui/form |
---|---|
version | 3.119.0 |
Stable3.119.0View in LexiconCHANGELOG
Introduction
Select Box is exported from the @clayui/form
package, consisting of some low-level utilities that provides the ability to create a Select element with multiple options selectable.
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)