Derived from this question: Change style Select Angular Material
I face this problem with Angular Material, specifically with mat-select
and its mat-options
: The mat-options are shown after other components.
I need to show the options just after the its place holder
above the component below (hinding it); not after nor between!
For this case, The blue rectangle should be hidden by the green one.
Here my code:
how to show the list of options above the component below and below the place-holder of the select?