Code
Props
Props
Data Type
Required
className
string
β
id
string
β
name
string
β
label
string
β
info
string
β
description
string
β
actionText
string
β
helptext
string
β
error
boolean
β
errorMessage
string
β
readOnly
boolean
β
disabled
boolean
β
removeButtonTooltipText
string
β
files
'All' | 'Images' | 'Audio' | 'Video'
β
onChange
Function
β
Description
This component works exactly just like the FileUploadInput component, with the main difference it accepts multiple files instead a single one, and also it gives users the ability to drag and drop the files in the component dedicated area.
Event Response
Property
Data Type
id
string
files
[{
file: FileObj,
fileExtension: string,
fileName: string,
fileURL: string
}]
name
string
label
string
Example
Live Demo
For detailed code usage documentation, see the Storybooks for each framework below.
React
Last updated