RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

numeric mask dont work on iphone #2656

Closed Brexston closed 1 year ago

Brexston commented 1 year ago

Hello. I specify a phone mask of the form "+7 (999) 999-99-99" and at the same time I can enter characters in another language. Why is this happening? https://codepen.io/brexston74/pen/XWqLZza

Video: https://disk.yandex.ru/i/CVOyzqbJQhJSbQ

Brexston commented 1 year ago

The solution for me was to add inputmode="numeric" for input type="text"