Ionic 5 - Select Option InterfaceOptions Doesn't Work

Hi,
i’m using select option in my Ionic 5 application and i’m using ion-select component with action-sheet interface. If i pass the interfaceOptions parameter with header and buttons, only header is updated, the buttons are ignored. Why? I would like to change the text of cancel button.

Thanks in advance.

Given the date of this question, it is possible it’s already solved. In case it isn’t, or if anyone else has this question, it’s clearly specified in the docs for the interfaceOptions property:

Note: interfaceOptions will not override inputs or buttons with the alert interface.

Plus, to edit the cancel button text, there’s a cancelText property.

Hope this helps :slight_smile: