File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
item/test/inputs/pages/root-page
test/single-value/pages/page-one Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 20
20
</ button >
21
21
22
22
< ion-item >
23
- < ion-label > DateTime</ ion-label >
23
+ < ion-label floating > DateTime</ ion-label >
24
24
< ion-datetime [(ngModel)] ="datetime " min ="1994-03-14 " max ="2017-12-09 " displayFormat ="MM/DD/YYYY " required [disabled] ='disabled '> </ ion-datetime >
25
25
</ ion-item >
26
26
27
27
< ion-item >
28
- < ion-label > Select</ ion-label >
28
+ < ion-label floating > Select</ ion-label >
29
29
< ion-select [(ngModel)] ="select " [disabled] ='strDisabled() '>
30
+ < ion-option value =""> No Game Console</ ion-option >
30
31
< ion-option value ="nes "> NES</ ion-option >
31
32
< ion-option value ="n64 "> Nintendo64</ ion-option >
32
33
< ion-option value ="ps "> PlayStation</ ion-option >
42
43
</ ion-item >
43
44
44
45
< ion-item >
45
- < ion-label > Input (text)</ ion-label >
46
+ < ion-label floating > Input (text)</ ion-label >
46
47
< ion-input [(ngModel)] ="text " [disabled] ='disabled '> </ ion-input >
47
48
</ ion-item >
48
49
Original file line number Diff line number Diff line change @@ -496,6 +496,7 @@ export class Select extends BaseInput<any> implements OnDestroy {
496
496
}
497
497
498
498
this . _text = this . _texts . join ( ', ' ) ;
499
+ super . _inputUpdated ( ) ;
499
500
}
500
501
501
502
}
Original file line number Diff line number Diff line change 10
10
< ion-content class ="outer-content ">
11
11
12
12
< ion-item >
13
- < ion-label > Gender</ ion-label >
13
+ < ion-label stacked > Gender</ ion-label >
14
14
< ion-select [(ngModel)] ="gender " class ="e2eSelectGender ">
15
15
< ion-option value ="f "> Female</ ion-option >
16
16
< ion-option value ="m "> Male</ ion-option >
39
39
</ ion-item >
40
40
41
41
< ion-item >
42
- < ion-label > Operating System</ ion-label >
42
+ < ion-label floating > Operating System</ ion-label >
43
43
< ion-select [(ngModel)] ="os " interface ="alert " submitText ="Okay " cancelText ="Nah ">
44
44
< ion-option value ="dos "> DOS</ ion-option >
45
45
< ion-option value ="lunix "> Linux</ ion-option >
You can’t perform that action at this time.
0 commit comments