-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent unhandled exceptions when pressing arrow keys with no availab…
…le options (#202) * Created failing test - shows arrow key can throw Using the arrow keys to navigate the list of options will throw an unhandled exception if there are no options in the list. * Do not throw unhandled exception from _handleKeyup Fixed a bug where the _handleKeyup would throw an unhandled exception if there were no options in the select. * fix announced option label Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>
- Loading branch information
1 parent
4138c75
commit 9d7284c
Showing
2 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters