ChoicesWidget
Sourceimport { ChoicesWidget } from "@prestojs/ui-antd";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.asyncChoices | AsyncChoicesInterface | ||
| * | props.choices | Map|[ValueType, string][] | |
| * | props.input | InputProps | |
| props.meta | Record | ||
| props.multiple | boolean | ||
| props.widgetType | "select"|"checkbox"|"radio" | ||
| * | ref | any | |
Returns:React.ReactElement