0% Complete

FormFileUploader

FormFileUploader is a fileUploader and label wrapper component to be used insisde forms. It supports all props and events of FileUploader and also have some additional features.

#

Label

Set label property to show input label's and bind to its id automatically. required is a booleanproperty which show an indicator on label as well. You can also use label slot.

You Selected:
#

Hint

Set hint string property to show some useful information about the input. You can also use hint slot.

Choose a file smaller than 2mb
the file size is less than 2mb!
the file is larger than 2mb!
#

Layout

Use default row and col properties to change layout of the FormFileUploaders inside forms.