ImageWidgetThis is a React component
SourceSee FileWidget for props available
Parameter | Type | Description | |
---|---|---|---|
* | props | The props from Upload. Note that | |
* | props.children | React.ReactNode | Contents to render (eg. upload button etc). If not provided renders default Icon or Button depending on |
* | props.input | UploadWidgetInputType | |
* | props.limit | number|null | Number of files to allow. If If If Defaults to |
* | props.multiple | boolean | Whether multiple values are accepted. In most cases you can set If true If Defaults to |