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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When select menu is opened and scrolled out of view it's height becomes really small. When scrolling back into view the height never increases and stays small.
This issue is similar to already fixed issue in mat-menu component #18168 #21436
Hello there, i felt i could take on the fix,
i just added growAfterOpen to the position strategy of the overlay to match the behaviour of the mat-menu which had the same issue previously as mentioned by @Accir
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When select menu is opened and scrolled out of view it's height becomes really small. When scrolling back into view the height never increases and stays small.
This issue is similar to already fixed issue in mat-menu component
#18168
#21436
Reproduction
StackBlitz link: https://stackblitz.com/edit/zdrajstd?file=src%2Fexample%2Fselect-custom-trigger-example.html
Steps to reproduce:
Expected Behavior
Select menu height should increase when scrolled back into view
Actual Behavior
Select menu height doesn't increase and stays small.
Environment
The text was updated successfully, but these errors were encountered: