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(material/autocomplete): regression in requireSelection when options are filtered (angular#28119)
In angular#27781 the call to capture the input value was moved into the root of `_attachOverlay` in order to capture it even when there are no options. This is problematic, because `_attachOverlay` is called as the user is typing which basically breaks the `requireSelection` feature.
These changes resolve the issue while preserving the original fix by only capturing the value when the overlay is actually attached.
Fixesangular#28113.
0 commit comments