Optional acceptOptional classCSS Class name for additional styles
Optional disabledWhether or not the control is disabled (default: false)
Optional errorIf set, indicates the control has an error and will display this prop as the error message
Optional idForm control id
Optional inlineHide options not needed in the “inline” scenario
Optional labelForm control label
Name of form control, required and must be unique from other form control names. This name should match the the name of the object corresponding to this control.
Callback called when a file is dropped or selected
Optional placeholderInput placeholder
Optional tooltipA tooltip of additional information
Optional valueCurrent value of the file upload
Generated using TypeDoc
Input 'accept' attribute. MIME Types can be set here to limit which file types can be selected