FileWidget
Sourceimport { FileWidget } from "@prestojs/ui-antd";
Component Props:
Prop | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.asyncChoices | AsyncChoicesInterface | ||
* | props.children | React.ReactNode | |
props.choices | |[SingleValue, string][] | ||
* | props.input | UploadWidgetInputType | |
* | props.limit | number|null | |
props.meta | Record | ||
* | props.multiple | boolean | |
... | any | Any properties from UploadProps except for these:
|