We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EDGE doesn't trigger the input event any more after selecting an item via mouseclick, even though that IE11 still did, nevermind ...
input
That for the optimizations on substring matching for EDGE specifically by #39 need to get restricted to input[type="text"] elements even only.
input[type="text"]
The text was updated successfully, but these errors were encountered:
#55 / EDGE: Incorrect handling of non-text input fields
4841810
#55 / EDGE: Incorrect handling of non-text input fields Maximilian co…
c7c59de
…mmitted quick correction on the correct position of this condition within the source code, as it would elsewhere break IE10+ & EDGE
mfranzke
No branches or pull requests
EDGE doesn't trigger the
input
event any more after selecting an item via mouseclick, even though that IE11 still did, nevermind ...That for the optimizations on substring matching for EDGE specifically by #39 need to get restricted to
input[type="text"]
elements even only.The text was updated successfully, but these errors were encountered: