-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/autocomplete): typos and unresolved variables in tests #29532
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
fix(material/autocomplete): typos and unresolved variables in tests #29532
Conversation
@@ -4212,7 +4212,7 @@ class AutocompleteWithoutPanel { | |||
|
|||
<mat-autocomplete #auto="matAutocomplete"> | |||
@for (group of stateGroups; track group) { | |||
<mat-optgroup [label]="group.label"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
does not exist in group
. There is a title
instead.
06c660a
to
be28df7
Compare
be28df7
to
2839a2c
Compare
177c428
to
27b81af
Compare
Fix typos in comments and test description, fix query selectors and unresolved variables
27b81af
to
b26ef87
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fix typos in comments and test descriptions, fix query selectors and unresolved variables