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? # 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
Describe the bug Pressing the arrow keys throws an unhandled exception if there are no options in the mat-select.
To Reproduce
Cannot read property 'viewValue' of undefined at MatSelectSearchComponent._handleKeyup (mat-select-search.component.ts:393)
Expected behavior Should not throw.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Pressing the arrow keys throws an unhandled exception if there are no options in the mat-select.
To Reproduce
Expected behavior
Should not throw.
The text was updated successfully, but these errors were encountered: