Set input as unmasked, get masked in vue(two-way binding) #158
Unanswered
AfganAbbas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation, which i need to set input value according to response from backend. I use according to this pattern:
But when i set response to unmasked, I dont get that value to input either masked or not, empty input. It is different in v-model, when you change variable, input also changes
Beta Was this translation helpful? Give feedback.
All reactions