@boost/cliComponents & hooksFunctionsSelectSelect CallableSelect<T>(props: SelectProps<T, T>): ElementA React component that renders a select menu with options, where a single option can be seleted. Options can be navigated with arrow keys, selected with "space", and submitted with "enter".Type parametersT = string
A React component that renders a select menu with options, where a single option can be seleted. Options can be navigated with arrow keys, selected with "space", and submitted with "enter".