Phone input mask duplicates each character on Samsung Android tablet
See original GitHub issueSimilar to #705. With this input mask:
$( "#checkout-addr-phone" ).inputmask( "(999) 999-9999" );
. . . every digit entered is duplicated. E.g. if I enter “608555…” I get “(660)088555555”. This is with the newest version of inputmask.
Issue Analytics
- State:
- Created 9 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Duplication of text phrases using voice to text (N...
Solved: I have a brand new Galaxy S20 FE, and when I use voice to text ... it duplicates almost every it duplicates...
Read more >inputmask | Yarn - Package Manager
An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers, ......
Read more >Easy JavaScript/jQuery Input Mask Plugin - inputmask
jQuery Input Mask is a lightweight and easy-to-use jQuery plugin that ... input mask duplicates each character on Samsung Android tablet ...
Read more >[Android Devices] Field Input Mask breaks mobile functionality
I created a very simple form for a website project which includes a Phone Number field. When I apply an imput mask of...
Read more >CHANGELOG.md · 5.x · Libraries / jquery-inputmask · GitLab
currency alias: add character substitution for the radixpoint ... Phone input mask duplicates each character on Samsung Android tablet #834 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, @RobinHerbots I have same problem with email.
Do you have some tip? V- 4.0.3 - 2018-11-07
@ligadus - Try this…
HTML
JS
What are the results?