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(autocomplete): update overlay ref width on menu trigger (#3573)
* fix(autocomplete): update overlay ref width on menu trigger
when changing the width of the `host` (or using flex box) the `div.cdk-overlay-pane` kept the width of the host when it was first created
* chore(autocomplete): add pane width unit test
* chore(): parse and round width since firefox and edge return a decimal width
* chore(): update comment to make it more understandable
0 commit comments