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
<div><labelfor="cpf">CPF</label><inputid="cpf" type="tel" class="masked" pattern="[0-9]{3}.[0-9]{3}.[0-9]{3}-[0-9]{2}" placeholder="999.999.999-99" maxlength="14" title="Número de CPF, incluindo pontos e hífen. Exemplo: 000.000.000-00"></div>
letinputMask=newInputMask();
Manual initialization is working, but auto initialization via script[data-autoinit=true] is not.
Manual initialization is working, but auto initialization via
script[data-autoinit=true]
is not.I'm using commit afc9fbb.
The text was updated successfully, but these errors were encountered: