Introduction
The file component is used for collecting files from the user. User can select multiple files.
Configuration Options
Label
Expected Type: String
An optional label for the input. Can be used to define what the input is for, for the user.
Placeholder
Expected Type: String
An optional placeholder for the input. It's displayed inside the input till the input doesn't have a value.
Hint
Expected Type: String
An optional hint for the input. It's displayed inside a tooltip right next to the label upon hover.
Disabled
Expected Type: Boolean
This determines whether the input component is editable by the user or not.
Multiple Files
Expected Type: Boolean
This determines whether the input component can upload a single file or multiple files
Triggers
Change:
Triggers whenever the input is changed.
Validations
You can use the validation builder to add various validations on the input. This can range from the input simply being required to complex regex based validations.
You can read more on how to configure validations here.
Theme Options
Label Color:
The input's label color. (String | Hex)Hint Color:
The input's hint color. (String | Hex)