File input
Displays a file input.
Fileinput
Blade component parameters
Key | Default value | Type | Available values | Description |
display | string | - | Display input uploader as button or area | |
decription | string | - | - | |
name | files | string | - | files |
accept | audio/*,video/*,image/* | string | - | audio/*,video/*,image/* |
multiple | false | boolean | - | Allow single or multiple files |
beforeLabel | string | - | Insert before label | |
afterLabel | string | - | Input label | |
label | string | - | Insert after label | |
buttonLabel | string | - | - | |
icon | file_upload | string | - | @link:component/icon |
required | false | boolean | - | If field is required |
filesMax | false | boolean | - | Maximum number of files (false, int) |
id | string | - | The DOM id of the component. | |
classList | [] | array | - | Array containing wrapping classes array |
attributeList | [] | array | - | Array containing keys and values rendered as attributes |
containerAware | false | boolean | true/false | Makes the component container aware. Appends modifiers --size--xs/sm/md/lg to the component. |