Skip to content

Commit 86903ee

Browse files
- update select size test page;
1 parent 60cd0fd commit 86903ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

core/src/components/select/test/size/select.e2e.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ config, screens
2020
>
2121
<ion-select-option value="filledText">Filled text</ion-select-option>
2222
</ion-select>
23+
24+
<ion-select
25+
size="${size}"
26+
fill="outline"
27+
label=""
28+
label-placement="stacked"
29+
value="filledText"
30+
>
31+
<ion-select-option value="filledText">Filled text</ion-select-option>
32+
</ion-select>
2333
`,
2434
config
2535
);

0 commit comments

Comments
 (0)