@nikoasumi wrote:
Hi,
I can't seem to get the ion-select box to close via the close() function.
I did the following:
import { Select } from 'ionic-angular'; export class AddAccountPage { @ViewChild('myselect') select: Select; ... closeSelect(){ this.select.close(); } openSelect(){ this.select.open(); } }I know I selected the right one because this.select.open() works.
Did I miss something?Any help would be appreciated.
Posts: 1
Participants: 1