ChoicesWidget

Source
import { ChoicesWidget } from "@prestojs/ui-antd";
ChoicesWidget<ValueType>(props,ref)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.asyncChoicesAsyncChoicesInterface
*props.choicesMap|[ValueType, string][]
*props.inputInputProps
props.metaRecord
props.multipleboolean
props.widgetType"select"|"checkbox"|"radio"
*refany
Returns:React.ReactElement

Examples

Basic Usage

Multiple selection