We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6c2ca commit b4939a9Copy full SHA for b4939a9
1 file changed
core/src/components/button/test/theme-ionic/index.html
@@ -35,10 +35,8 @@ <h4>Preview options</h4>
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>
38
- <ion-select-option value="xsmall">XSmall</ion-select-option>
39
<ion-select-option value="small">Small</ion-select-option>
40
<ion-select-option value="large">Large</ion-select-option>
41
- <ion-select-option value="xlarge">Xlarge</ion-select-option>
42
</ion-select>
43
44
<ion-select id="select-shape" justify="space-between" interface="alert" label="Shape" placeholder="">
0 commit comments