2 ion-select elements only show 1 popup

When using two ion-select elements with their own separate ion-options when clicking on either one of them it will always show a popup which contains only the first set of ion-options - even though I clicked on the second select object.

This is happening when placing the two select elements in a card but I suspect it happens elsewhere.

I was able to resolve by placing them both in a list and each one in its own ion-item wrapper - then it works, but the styling is now different.

I assume this is a bug.

Is there a better workaround than using ion-items and ion-list?