You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(form-field): error when focusing outline form field angular elements on IE/Edge (#18062)
Fixes an error that was being thrown by IE and Edge when focusing an outline form field, because we were using `item` to access the items inside a `querySelectorAll` result. It seems like `item` isn't available when we're inside a polyfilled web component.
Fixes#16095.
0 commit comments