带有弹出框的Ionic-2 ion-select
不起作用,但它适用于action-sheet
界面。代码很简单。我不想要那些ok
和cancel
按钮。
<ion-item>
<ion-label floating>
Selection Label
</ion-label>
<ion-select interface="popover">
<ion-option selected>
option1
</ion-option>
<ion-option>
option2
</ion-option>
</ion-select>
</ion-item>
离子信息
酥料饼
动作片