I am using a ion-select with attribute interface="popover".
The popover is opening up below the select which makes the popover very small.
I figured out that if there's 10 or more items in the ion-select, it open downwards, while there's less than 10 items it calculates which way to open, depending on where the most space available is vertically from the select input.
How can I set the popover to open above the select?
Screenshot of Source opening below select (wrong way):
Screenshot of Method of Contact opening above select (correct way):

