Angular plugin - Set unmask: true for default #1081
Unanswered
rogeriopgp
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
-
Hello!
Does anyone know how to set unmask to true without using the [unmask]='true' directive in Angular? I'm using the code below to apply the mask because it’s a third-party library component with an input inside. I looked for a mask option like "unmask", but I did not find it.
const input = document.querySelector('input'); const mask2 = { mask: '000.000' } IMask(input, mask2)
Regards, Rogério.
Beta Was this translation helpful? Give feedback.
All reactions