Ion-select select options how to give option as popover?

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!

I have fixed it, should pass by [interface] property added to the ion-select.