-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Enter more than one character in Edge Browser #75
Comments
Bump. This is happening for us as well. |
version 3.0.0 work! |
Hello. The bug still is present in 3.3.1 as far as I can tell. First character works, then no character gets printed anymore. |
Bump. Has anyone found a solution? 🍰 |
Shucks. I’m willing to bet that the fix for Android broke MS Edge. PRs accepted. Especially with tests. |
@hugogiraudel @gvincentlh @furrot I'll claim this one and take a shot. @iamdustan I can only see 7 tests, is this right? |
Sorry guys, been meaning to reply. The problem was definitely introduced between 3.2.3 and 3.3.0 as downgrading back to that version resolved the issue. I also noticed that the demo site was still using an older version of the component so I wasn't able to confirm the issue against it. |
I've had a look at this and it's not an easy fix. The problem seems to be with Edge unfocusing the There are a few common hacks for the Edge bug, including inserting a hidden input into the DOM and calling I've got another few ideas left to try but I'm coming pretty close to feature detecting the |
@iamdustan PR created here: #79 In the end, I had to just sniff for Android browser and use |
Published as 3.3.2. Thanks @joelove |
It's not working for me :/ Tested it on Edge 14. |
ah bleh. I forgot to build. |
publishing v3.3.3 |
I've been getting an issue with the latest update (3.30 over 3.2.4) in the Edge Browser.
For all masked inputs on my site I can now only enter one character.
Ex. for a mask like: "111-111-111"
Once I enter "2__--" the field stops accepting character entry. I can delete or replace the first character I enter but I can't seem to type anymore. Noticing it for A and 1 masked characters.
Thanks.
The text was updated successfully, but these errors were encountered: