Put the plugin for input-ов
mask - jQuery-Mask-Plugin
I set the mask to the field I needed. But found a little nuisance. It turned out to be on Android, everything works on the PC. The bottom line is that when you type on the android, the cursor does not move after the character entered as on the PC, and it turns out that with the mask (000) 000 00 00
you get this:
It should be: (056) 123 45 67
. It turns out: (765) 0--
. The numbers generally disappear.
Tell me how to solve this problem?