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
Describe the bug When I select one of the options in Google Autofill, an exception occurs:
keystrokes.umd.cjs:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase') at g._handleKeyPress (keystrokes.umd.cjs:1:9512) at eval (keystrokes.umd.cjs:1:8962) at HTMLDocument.e (keystrokes.umd.cjs:1:1273) _handleKeyPress @ keystrokes.umd.cjs:1 eval @ keystrokes.umd.cjs:1 e @ keystrokes.umd.cjs:1 keystrokes.umd.cjs:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase') at g._handleKeyRelease (keystrokes.umd.cjs:1:10240) at eval (keystrokes.umd.cjs:1:9020) at HTMLDocument.e (keystrokes.umd.cjs:1:1523)
To Reproduce Here is the Codesandbox. You should have some Autofill options for "username" input: https://codesandbox.io/p/sandbox/vibrant-curran-5zvtfw
Expected behavior No errors.
The text was updated successfully, but these errors were encountered:
Odd. Not sure why this is. If anyone has the time to debug it would be apricated.
Sorry, something went wrong.
I have been having the same issue! I may try to take a look at some point next month :)
No branches or pull requests
Describe the bug
When I select one of the options in Google Autofill, an exception occurs:
To Reproduce
Here is the Codesandbox. You should have some Autofill options for "username" input:
https://codesandbox.io/p/sandbox/vibrant-curran-5zvtfw
Expected behavior
No errors.
The text was updated successfully, but these errors were encountered: