I have a select button on ionic that has two options okText and cancelText, my problem is that when I click the okText, my menu closes which is intended for this attribute. However, I would like to know how do I work it via click events. This is my code:
<ion-select okText="Okay" cancelText="Dismiss">
...
</ion-select>
I would like to figure out how do I push another page when I declare a function in my .ts file.