MultiSelect provides a control for allowing a user to select multiple items from a list.
It use a stack to display the selected items.
+=========================+ | <select> | +=========================+ +-------------------------+ | <item> x | +-------------------------+ +-------------------------+ | <item> x | +-------------------------+ +-------------------------+ | <item> x | +-------------------------+
children is an array of content passed to this Component.
push a value onto the stack.
update the list of available options displayed to the user.
Generated using TypeDoc
MultiSelect provides a control for allowing a user to select multiple items from a list.
It use a stack to display the selected items.
+=========================+ | <select> | +=========================+ +-------------------------+ | <item> x | +-------------------------+ +-------------------------+ | <item> x | +-------------------------+ +-------------------------+ | <item> x | +-------------------------+