You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
vue-the-mask for me is the best choice for vue in mask. However, it has a small shortcoming. I usually return my form values with a v-for. But it tries to work even if I have sent the value undefined to the v-mask directive. I want it to work only if it has a value in it.
For example, when I return an object like this, v-mask tries to work for my form value that does not contain the vMask value and breaks my form:
Workaround I found for now:
I hope I was able to explain my request. Even if you don't fix it, I will continue with the workaround. Good luch with.
The text was updated successfully, but these errors were encountered:
Hello,
vue-the-mask for me is the best choice for vue in mask. However, it has a small shortcoming. I usually return my form values with a v-for. But it tries to work even if I have sent the value undefined to the v-mask directive. I want it to work only if it has a value in it.
For example, when I return an object like this, v-mask tries to work for my form value that does not contain the vMask value and breaks my form:
Workaround I found for now:
I hope I was able to explain my request. Even if you don't fix it, I will continue with the workaround. Good luch with.
The text was updated successfully, but these errors were encountered: