I use @ViewChild to open programmatically a Select box and once is open, I can’t close it with the conventional buttons (Done or Cancel). Somebody have a solution to close the select-popup.
This problem only occur when i’m trigger the other select box from a other select, like: <ion-select [(ngModel)]="test" (ionChange)="openSecondSelect($event)"></ion-select>