We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48df65c commit 4d549eaCopy full SHA for 4d549ea
core/src/components/select/test/basic/index.html
@@ -105,7 +105,12 @@
105
</ion-item>
106
107
<ion-item>
108
- <ion-select id="action-sheet-select-scroll-to-selected" label="Action Sheet" interface="action-sheet" value="watermelon">
+ <ion-select
109
+ id="action-sheet-select-scroll-to-selected"
110
+ label="Action Sheet"
111
+ interface="action-sheet"
112
+ value="watermelon"
113
+ >
114
<ion-select-option value="apple">Apple</ion-select-option>
115
<ion-select-option value="apricot">Apricot</ion-select-option>
116
<ion-select-option value="avocado">Avocado</ion-select-option>
0 commit comments