initial value #129
Unanswered
jiblett1000
asked this question in
Q&A
Replies: 2 comments
-
Never mind. I figured out a solution using onMounted(() => {
if (props.value) {
maskObject.unmasked = props.value
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This now isn't working with the 2.1.7 update. The implementation I had working with vee-validate 4 causes the value to flicker on update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm hoping someone might have some insight on the best way to set an initial value for maska using the vue directive and a component prop. I'm using vee-validate and had it working, but am now having some trouble figuring out the best way to go about it after adding maska into the mix.
Hopefully that's clear. If not, I can elaborate further. Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions