Hi,
I am trying to convert my old oj-select-ones over to oj-select-singles because the select-ones are deprecated. The select-ones were working great for what I needed them for as I have some very basic static dropdowns with only a few values.
When I convert them oj-select-single I can get the functionality working by adding my values to an array, etc. However, when using the JET application and you click into the select-single it opens up and covers the entire screen and provides the search/filter capabiity. I really just need it to present the dropdown inline like the cookbook examples. I have followed the code exactly.
My only difference seems to be that I am using the android theme when serving the application. Is there a way to hopefully override this behavior? It's very useful for a drop down with tonnes of data in it, but in instances where there are only 3 or 4 options its not a great experience for the user.
Example of behaviour when clicking in the select-single:

Example of select-one behaviour:

Code I am using:
<oj-select-single id="prioritySelect" aria-labelledby='priorityLabel' value="{{priorityFilter}}"
data="[[selectPriorityDP]]" style="max-width:20em;" disabled="[[callNumberEntered]]">