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.
error
1 parent f448ddd commit 69862eaCopy full SHA for 69862ea
1 file changed
packages/vuetify/src/components/VNumberInput/VNumberInput.tsx
@@ -493,7 +493,7 @@ export const VNumberInput = genericComponent<VNumberInputSlots>()({
493
v-model={ inputText.value }
494
v-model:focused={ isFocused.value }
495
validationValue={ model.value }
496
- error={ isOutOfRange.value || undefined }
+ error={ props.error || isOutOfRange.value || undefined }
497
onBeforeinput={ onBeforeinput }
498
onFocus={ onFocus }
499
onBlur={ onBlur }
0 commit comments