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
hi, i use your mask plugin for all of the website's inputs. One problem it has is that the .mask() method only effects the input when the input's type is 'text', and it won't work when the type is 'number'.
The reason our team insists on using 'number' type is because in mobile devices only numbers will be shown on the keypad, so it will have better UI/UX.
It would be a very great help if you could fix this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Describe de problem depth:
hi, i use your mask plugin for all of the website's inputs. One problem it has is that the .mask() method only effects the input when the input's type is 'text', and it won't work when the type is 'number'.
The reason our team insists on using 'number' type is because in mobile devices only numbers will be shown on the keypad, so it will have better UI/UX.
It would be a very great help if you could fix this issue. Thank you.
The text was updated successfully, but these errors were encountered: