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 201e0e4 commit 23a10cbCopy full SHA for 23a10cb
core/src/components/button/test/theme-ionic/index.html
@@ -34,7 +34,7 @@ <h4>Preview options</h4>
34
35
<p>
36
<ion-select id="select-size" justify="space-between" interface="alert" label="Size" placeholder="">
37
- <ion-select-option selected="true" value="">default</ion-select-option>
+ <ion-select-option selected="true" value="medium">Medium</ion-select-option>
38
<ion-select-option value="small">Small</ion-select-option>
39
<ion-select-option value="large">Large</ion-select-option>
40
</ion-select>
0 commit comments