HI,
Can some one help me out on how to provide [selectoptions] property values to open the select box in action-sheet or pop-over on the ion-select element?
`
ion-select uses the Alert, Action Sheet and Popover interfaces
ion-select [selectOptions]=“selectOptions”>
…
this.selectOptions = {
title: ‘Pizza Toppings’,
subTitle: ‘Select your toppings’,
mode: ‘md’
};
`
Thank you very much!