You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
As described here,, the interface attribute on an ion-select elemen cant takes the following values: action-sheet, popover and alert.
Thanks for the issue! This is the expected behavior as described in the Select documentation:
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.
This is done because action sheet can only show so many options before it goes off of the screen. There should also be a warning in your console for this. I'm going to close this as it is the desired behavior. 🙂
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
As described here,, the interface attribute on an ion-select elemen cant takes the following values: action-sheet, popover and alert.
action-sheet works as expect when there is three elements but shows an alert when there are more items.
Live demo http://plnkr.co/edit/6hKkG2w9p08JDK0knmka?p=preview
Expected behavior:
Get a action-sheet when interface attribute is set to action-sheet on an ion-select component.
Steps to reproduce:
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: