diff --git a/ui/src/components/input/QInput.json b/ui/src/components/input/QInput.json index 6e521ca48ba..ecc9b138d75 100644 --- a/ui/src/components/input/QInput.json +++ b/ui/src/components/input/QInput.json @@ -8,7 +8,7 @@ "props": { "model-value": { "extends": "model-value", - "type": [ "String", "Number", "null", "undefined" ], + "type": [ "String", "Number", "FileList", "null", "undefined" ], "desc": "Model of the component; Either use this property (along with a listener for 'update:modelValue' event) OR use v-model directive", "examples": [ "# v-model=\"myText\"" ] },