|
33 | 33 | <ion-select-option value="apples">Apples</ion-select-option> |
34 | 34 | <ion-select-option value="oranges">Oranges</ion-select-option> |
35 | 35 | <ion-select-option value="pears">Pears</ion-select-option> |
| 36 | + </ion-select> |
| 37 | + </ion-item> |
| 38 | + |
| 39 | + <ion-item> |
| 40 | + <ion-select label="Popover" placeholder="Select one" interface="popover"> |
| 41 | + <ion-select-option value="apples">Apples</ion-select-option> |
| 42 | + <ion-select-option value="oranges">Oranges</ion-select-option> |
| 43 | + <ion-select-option value="pears">Pears</ion-select-option> |
| 44 | + </ion-select> |
| 45 | + </ion-item> |
| 46 | + |
| 47 | + <ion-item> |
| 48 | + <ion-select label="Action Sheet" placeholder="Select one" interface="action-sheet"> |
| 49 | + <ion-select-option value="apples">Apples</ion-select-option> |
| 50 | + <ion-select-option value="oranges">Oranges</ion-select-option> |
| 51 | + <ion-select-option value="pears">Pears</ion-select-option> |
| 52 | + </ion-select> |
| 53 | + </ion-item> |
| 54 | + |
| 55 | + <ion-item> |
| 56 | + <ion-select label="Modal" placeholder="Select one" interface="modal"> |
| 57 | + <ion-select-option value="apples">Apples</ion-select-option> |
| 58 | + <ion-select-option value="oranges">Oranges</ion-select-option> |
| 59 | + <ion-select-option value="pears">Pears</ion-select-option> |
| 60 | + </ion-select> |
| 61 | + </ion-item> |
| 62 | + </ion-list> |
| 63 | + |
| 64 | + <ion-list> |
| 65 | + <ion-list-header> |
| 66 | + <ion-label>Single Value - Overflowing Options</ion-label> |
| 67 | + </ion-list-header> |
| 68 | + |
| 69 | + <ion-item> |
| 70 | + <ion-select id="alert-select" label="Alert" placeholder="Select one" interface="alert" value="dragonfruit"> |
| 71 | + <ion-select-option value="apples">Apples</ion-select-option> |
| 72 | + <ion-select-option value="oranges">Oranges</ion-select-option> |
| 73 | + <ion-select-option value="pears">Pears</ion-select-option> |
36 | 74 | <ion-select-option value="pineaple">Pineaple</ion-select-option> |
37 | 75 | <ion-select-option value="peach">Peach</ion-select-option> |
38 | 76 | <ion-select-option value="melon">Melon</ion-select-option> |
|
49 | 87 | </ion-item> |
50 | 88 |
|
51 | 89 | <ion-item> |
52 | | - <ion-select label="Popover" placeholder="Select one" interface="popover"> |
| 90 | + <ion-select label="Popover" placeholder="Select one" interface="popover" value="2watermelon"> |
53 | 91 | <ion-select-option value="apples">Apples</ion-select-option> |
54 | 92 | <ion-select-option value="oranges">Oranges</ion-select-option> |
55 | 93 | <ion-select-option value="pears">Pears</ion-select-option> |
|
101 | 139 | </ion-item> |
102 | 140 |
|
103 | 141 | <ion-item> |
104 | | - <ion-select label="Action Sheet" placeholder="Select one" interface="action-sheet"> |
| 142 | + <ion-select label="Action Sheet" placeholder="Select one" interface="action-sheet" value="2watermelon"> |
105 | 143 | <ion-select-option value="apples">Apples</ion-select-option> |
106 | 144 | <ion-select-option value="oranges">Oranges</ion-select-option> |
107 | 145 | <ion-select-option value="pears">Pears</ion-select-option> |
|
153 | 191 | </ion-item> |
154 | 192 |
|
155 | 193 | <ion-item> |
156 | | - <ion-select label="Modal" placeholder="Select one" interface="modal"> |
| 194 | + <ion-select label="Modal" placeholder="Select one" interface="modal" value="kiwi"> |
157 | 195 | <ion-select-option value="apples">Apples</ion-select-option> |
158 | 196 | <ion-select-option value="oranges">Oranges</ion-select-option> |
159 | 197 | <ion-select-option value="pears">Pears</ion-select-option> |
|
0 commit comments