Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71530

Closing ion-select programmatically

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 71530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>