-
-
Notifications
You must be signed in to change notification settings - Fork 572
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
Autofill Interaction Causes Error in jquery.terminal
- (Conflict libs ?)
#977
Comments
It looks like the keydown event is triggered without the key property that is supported by all major browsers. |
Should be fixed, the problem was that keydown even always intercepts all events even when terminal is disabled. So you can use You can test the devel branch, I will publish a fix when you confirm that everything is working. |
@jcubic I have tested the |
Issue summary
When using the autofill feature in forms, I encounter an error in the
jquery.terminal
library.Specifically, the error message is:
Expected behavior
No ERROR when using autofill in a form.
Steps to reproduce
AutoFill
https://jsfiddle.net/KiddoV/pdt2m5k0/17/
Browser and OS
Webview 2
Windows 10
Additional notes
The text was updated successfully, but these errors were encountered: