Skip to content
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

[BUG] Selecting a Suggestion Bubble on a Text Field throws an error #1049

Open
HaiKonofanDesu opened this issue Jul 4, 2023 · 1 comment

Comments

@HaiKonofanDesu
Copy link

Describe the bug
Clicking on a Suggestion on an Input field (Like recommending your Username) will Trigger the Hotkey pressed Event. But since No Key was pressed it will throw a Nullpointer when trying to Key.toLocaleLowerCase.

To Reproduce
Steps to reproduce the behavior:

  1. Make a Text Input Field and write Something in
  2. Reload the page
  3. Type in the First Letter of the Same Word
  4. Click on the suggestion
  5. See error

Expected behavior
Not seeing an Error/ No Keypressed Event beeeing fired

Screenshots
Can't since I Had the Error on my company PC

Desktop (please complete the following information):

  • Browser Edge
  • Version 114.0.1823.67
@HaiKonofanDesu HaiKonofanDesu changed the title [BUG] Selecting a Suggestion Bubble on a Text Field thrwos an error [BUG] Selecting a Suggestion Bubble on a Text Field throws an error Jul 4, 2023
@JohannesKlauss
Copy link
Owner

Please provide a reproducible codesandbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants