SelectChoicesWidget
Sourceimport { SelectChoicesWidget } from "@prestojs/ui-antd";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.asyncChoices | AsyncChoicesInterface | ||
| * | props.choices | Map|[T, string][]|Map|[ValueT, string][] | |
| * | props.input | ||
| props.meta | Record | ||
| ... | any | Any properties from SelectProps | |
| * | ref | any | |
Returns:React.ReactElement