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
Also latest version 1.14.3 is buggy using Samsung keyboard:
i.e. I am using this code:
jQuery(function($){
$("input.myinput").mask("0000h00h000", {
translation: {
"h": {
pattern: /[-]/,
fallback: "-"
}
},
placeholder: "___--"
});
});
When I enter the first three digits and then enter a hyphen, everything is okay.
But when I omit entering the hyphen instead and just continue entering the fifth digit, nothing is entered and the caret moves 3 digits to the left.
This makes inputting very difficult, if I don't want to enter the hyphens myself!
Kind regards,
Gerald
The text was updated successfully, but these errors were encountered:
gersteba
changed the title
Caret issue with hyphen using Samsung keyboard
Caret issue using Samsung keyboard
Dec 7, 2016
Having a similar issue using the native browser on an Galaxy Nexus tablet running os 4.1.
Whilst entering a date in DD/MM/YYYY format, after entering the 3rd digit, the caret appears on the left of the last char as opposed to the expected right.
Hi!
Also latest version 1.14.3 is buggy using Samsung keyboard:
i.e. I am using this code:
jQuery(function($){
$("input.myinput").mask("0000h00h000", {
translation: {
"h": {
pattern: /[-]/,
fallback: "-"
}
},
placeholder: "___--"
});
});
When I enter the first three digits and then enter a hyphen, everything is okay.
But when I omit entering the hyphen instead and just continue entering the fifth digit, nothing is entered and the caret moves 3 digits to the left.
This makes inputting very difficult, if I don't want to enter the hyphens myself!
Kind regards,
Gerald
The text was updated successfully, but these errors were encountered: