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