-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
MatAutocomplete fails with tab and google autofill #614
Comments
Describe the bug To Reproduce To Correct
|
@sebestyn168 I'd say go ahead and make a pull request for this =) |
… (Thanks to [sebestyn168](https://github.com/sebestyn168))
Is this bug now fixed? If I was to download the latest nuget package would it have this fix in it? |
Well the develop branch seems to have been merged just before the latest nuget 2.6.2 (https://www.nuget.org/packages/MatBlazor/) |
Describe the bug
Matautocomplete fails when leaving the component using the tab key (in MatBlazor 2.6.0)
To Reproduce
Go to https://www.matblazor.com/AutocompleteList
Select a value in the first automcomplete
Open Debug tools (F12)
Press Tab twice (first one enters the component, seconds leaves the component)
To Correct?
Though, I'm not sure it does not include regression, I added a check on the OnKeyDown of the BaseMatAutocompleteList
The text was updated successfully, but these errors were encountered: