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 96a4d95 commit 71b8240Copy full SHA for 71b8240
packages/vuetify/src/labs/VMaskInput/VMaskInput.tsx
@@ -60,7 +60,7 @@ export const VMaskInput = genericComponent<VMaskInputSlots>()({
60
},
61
)
62
63
- const validationValue = toRef(() => returnMaskedValue.value ? maskText(model.value) : unmaskText(model.value))
+ const validationValue = toRef(() => returnMaskedValue.value ? model.value : unmaskText(model.value))
64
65
onBeforeMount(() => {
66
if (props.returnMaskedValue) {
0 commit comments