@boost/cliComponents & hooksFunctionsMultiSelectMultiSelect CallableMultiSelect<T>(props: MultiSelectProps<T>): ElementA React component that renders a select menu with options, where multiple options can be seleted. Options can be navigated with arrow keys, selected with "space", and submitted with "enter".Type parametersT
A React component that renders a select menu with options, where multiple options can be seleted. Options can be navigated with arrow keys, selected with "space", and submitted with "enter".