Answers for "How to make digit 9 a constant in Inputmask"

0

How to make digit 9 a constant in Inputmask

<input type="text" data-inputmask='"mask": "+\\92999-9999999"' data-mask /> \\Just add \\ before 9 and this resolves your issue and will add a constant value like +92 at the start of a text.
Posted by: Guest on October-14-2021

Code answers related to "How to make digit 9 a constant in Inputmask"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language