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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
update(autocomplete): md-require-match only turn invalid if search text is provided (#9119)
* Currently the `md-require-match` attribute checks whether an item is selected or not. The validity shouldn't be set to false, if the searchText is empty.
Closes#9072.
Breaking Change: The autocomplete validator `md-require-match` no longer matches if the search text is empty
0 commit comments