File inputs have default styling, showing the file name and a button to select a file. You can change the radius factor of the input with the rounded
prop.
Show codeHide code
vue
Name
Type
classes
Optional CSS classes to apply to the wrapper, label, input, text, error, and icon elements.
Show exampleHide example
vue
color-focus
Whether the color of the file input should change when it is focused.
Show exampleHide example
vue
error
An error message or boolean value indicating whether the file input is in an error state.
Show exampleHide example
vue
icon
The icon to display for the file input.
Show exampleHide example
vue
id
The form input identifier.
Show exampleHide example
vue
label
The label to display for the file input.
Show exampleHide example
vue
loading
Whether the file input is in a loading state.
Show exampleHide example
vue
placeholder
The placeholder to display for the file input.
Show exampleHide example
vue
text-value
Method to return the text value of the file input.
Show exampleHide example
vue
Name
Type
rounded
The radius of the file input.
@since
2.0.0
Show exampleHide example
vue
contrast
The contrast of the input.
@since
2.0.0
Show exampleHide example
vue
i18n
Translation strings.
Show exampleHide example
vue
size
The size of the input.
Show exampleHide example
vue
Name
Type
rounded
The radius of the file input.
Show exampleHide example
vue
contrast
The contrast of the input.
Show exampleHide example
vue
i18n
Translation strings.
Show exampleHide example
vue
size
The size of the input.
Show exampleHide example
vue
el
The underlying HTMLInputElement element.
Show exampleHide example
vue