SelectChoicesWidget

Source
import { SelectChoicesWidget } from "@prestojs/ui-antd";
SelectChoicesWidget<ValueT>(props,ref)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.asyncChoicesAsyncChoicesInterface
*props.choicesMap|[T, string][]|Map|[ValueT, string][]
*props.input
props.metaRecord
...any
Any properties from SelectProps
*refany
Returns:React.ReactElement

Examples

Basic Usage

Multiple selection