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:
ion-select shown as alert when specifying multiple="true" and interface="popover"
Expected behavior:
ion-select must be shown as popover when specifying multiple="true" and interface="popover"
Steps to reproduce:
Related code:
<ion-select placeholder="Checkbox popover/dropdown" interface="popover" multiple="true">
<ion-option>1</ion-option>
<ion-option>2</ion-option>
<ion-option>3</ion-option>
</ion-select>
Other information:
Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):
global packages:
@ionic/cli-utils : 1.5.0
Ionic CLI : 3.5.0
local packages:
@ionic/app-scripts : 2.0.2
@ionic/cli-plugin-ionic-angular : 1.3.2
Ionic Framework : ionic-angular 3.5.3
System:
Node : v7.7.3
OS : Linux 4.8
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
npm : 4.1.2
Thanks for opening an issue with us, we will look into this. Does it work if you remove the multiple: true option?
Yes it work, but its behaving like radio option
This is actually on purpose. In the documentation for Select here: http://ionicframework.com/docs/api/components/select/Select/#multiple-value-checkboxes
It states:
Note: the
action-sheetandpopoverinterfaces will not work with a multi-value select.
Updated the issue to a feature request. Thanks!
Thanks for the issue! This issue is being closed due to inactivity. 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.
Thank you for using Ionic!
Most helpful comment
Updated the issue to a feature request. Thanks!