FormFileUpload
FormFileUpload is a wrapper around FileUploader component which can be used insisde forms. It
supports all props and events of
FileUpload and also have some additional features.
Set
label property to show FileUpload label's and bind to its id automatically.
required is a boolean property which show an indicator on label as well. You can
also use
label slot.
Set
hint string property to show some useful information about the FileUpload.
You can also use
hint slot.
Use default
row and
col properties to change layout of the FormFileUploads
inside forms.