Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent unhandled exceptions when pressing arrow keys with no available options #202

Merged
merged 3 commits into from
Jan 6, 2020

Conversation

josephdecock
Copy link
Contributor

fixes #201

Joe DeCock added 2 commits December 26, 2019 10:46
Using the arrow keys to navigate the list of options will throw
an unhandled exception if there are no options in the list.
Fixed a bug where the _handleKeyup would throw an unhandled exception
if there were no options in the select.
@ghost
Copy link

ghost commented Dec 26, 2019

DeepCode's analysis on #7c2d42 found:

  • 0 critical issues. ⚠️ 0 warnings and 0 minor issues. ✔️ 0 issues were fixed.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

Copy link
Member

@macjohnny macjohnny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR!
It will be released next week

@macjohnny macjohnny merged commit 9d7284c into bithost-gmbh:master Jan 6, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Arrow keys throw unhandled exceptions when no options are present
2 participants