hello guys,
I am using the interface ‘action-sheet’ or ‘popover’ is not worked for component but its seems not applied to the component. I have updated to 3.5.0.
Please help!
hello guys,
I am using the interface ‘action-sheet’ or ‘popover’ is not worked for component but its seems not applied to the component. I have updated to 3.5.0.
Please help!
I am afraid we can’t possibly help you if you don’t show us the actual code you are using. BTW, if you check the docs for the ion-select, you’ll see that there are conditions for the action-sheet
and popover
interfaces to work with it. Here is some excerpt from the docs:
The action sheet interface can only be used with a single value select. If the number of options exceed 6, it will use the alert interface even if action-sheet is passed. The ion-select component’s value receives the value of the selected option’s value.
.
Note: the action-sheet and popover interfaces will not work with a multi-value select.