The file picker aim to select files like images, videos and other formats. They can have multiselection and use the devide file system to pick the file.
+
+
+
+
+
+
+
+ Name
+ Type
+ Description
+
+
+
+
+
+ v-model
+ String
+ A required model object to bind the value.
+
+
+
+ id
+ String
+ Sets the input id.
+
+
+
+ name
+ String
+ Sets the input name.
+
+
+
+ disabled
+ Boolean
+ Disable the input and prevent his actions. Default false
+
+
+
+ required
+ Boolean
+ Apply the required rule to style the label with an "*". Default false
+
+
+
+ accept
+ String
+ Filter files that can be selected by mimetype pattern.
+
+
+
+ multiple
+ Boolean
+ Enable multiple selection.
+
+
+
+
+