We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8ec63 commit 41a6063Copy full SHA for 41a6063
1 file changed
packages/vuetify/src/components/VFileInput/VFileInput.tsx
@@ -129,7 +129,7 @@ export const VFileInput = genericComponent<VFileInputSlots>()({
129
else return t(props.counterString, fileCount)
130
})
131
const vInputRef = ref<VInput>()
132
- const vFieldRef = ref<VInput>()
+ const vFieldRef = ref<VField>()
133
const inputRef = ref<HTMLInputElement>()
134
const isActive = toRef(() => isFocused.value || props.active)
135
const isPlainOrUnderlined = computed(() => ['plain', 'underlined'].includes(props.variant))
0 commit comments