How to set the position of the mat-select-panel to be always below ? Dropdown height is not constant so I can’t set the const margin for the panel class
Asked
Active
Viewed 778 times
0
-
Is this what you are looking for? https://stackoverflow.com/questions/47983954/how-to-customize-mat-select-dropdown-position – Alon Albahari Oct 09 '22 at 12:05
-
Unfortunately not. The solution here is helpful when dropdown panel has const height. In my case I have dropdown with chips. If I select few items then row is wrapped and the height changes dynamically. So the panel margin should also adjust dynamically. – User123 Oct 09 '22 at 13:02
-
Please provide enough code so others can better understand or reproduce the problem. – Community Oct 09 '22 at 15:04