Each character repeats on Mobile
See original GitHub issueHi. I’m running these masks:
$("div.phone_us input").inputmask({mask:"(999) 999-9999", "clearIncomplete":true}); $("div.height input").inputmask({mask:"9'9[9]\"", greedy:false, "clearIncomplete":true}); $("div.weight input").inputmask({mask:"99[9]lbs", greedy:false, "clearIncomplete":true});
On Android Mobile (not tested on iPhone), the following bug occurs:
Type any digit (e.g., 2), the digit is added twice. Hit backspace to delete the repetition, type the next digit (e.g., 6), that digit is added twice.
And so on.
It also does not allow you to enter the same digit three times in a row on mobile. On desktop it is fine.
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Repeating characters on Android Chrome · Issue #421 - GitHub
This process repeats for each character you input. Device: Samsung Galaxy S4 SCH-I545 OS: Android 4.2.2. Browser: Chrome
Read more >Find the first repeated character in a string - GeeksforGeeks
Start traversing from left side. For every character, check if it repeats or not. If the character repeats, increment count of repeating ......
Read more >Restriction of Repeated Characters for Passwords ... - IBM
The Restriction of Repeated Characters for Passwords (QPWDLMTREP) system value limits the use of repeating characters in a password.
Read more >Character repeating in a string - python - Stack Overflow
I believe you want to print each character of the input string twice, in order. The issue with your attempt is your use...
Read more >Repeat a character in a cell - Microsoft Support
Let's say you want to create a fixed column of special characters to format a report or add periods ... To repeat a...
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
I have same issue as mentioned https://github.com/RobinHerbots/jquery.inputmask/issues/898 https://github.com/RobinHerbots/jquery.inputmask/issues/897 For now on i just disabled them, this function may help
and change inputmask function as below
@afattahi54 , @nfort ,
The latest version does accept the input. Tested in android chrome browser.