mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(input): update input css/tests
This commit is contained in:
@ -8,6 +8,6 @@ class E2EApp {
|
||||
url;
|
||||
|
||||
constructor() {
|
||||
this.url = 'hello';
|
||||
this.input1 = 'Text 1';
|
||||
}
|
||||
}
|
||||
|
@ -9,12 +9,7 @@
|
||||
|
||||
<ion-item>
|
||||
<ion-label fixed>To</ion-label>
|
||||
<ion-input [(ngModel)]="url" type="url"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label fixed>Comments</ion-label>
|
||||
<ion-textarea value="Comment value"></ion-textarea>
|
||||
<ion-input [(ngModel)]="input1"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
@ -30,6 +25,11 @@
|
||||
</button>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label fixed>Comments</ion-label>
|
||||
<ion-textarea value="Comment value"></ion-textarea>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon name="globe" item-left></ion-icon>
|
||||
<ion-label fixed>Website</ion-label>
|
||||
|
@ -90,9 +90,8 @@
|
||||
|
||||
<ion-item>
|
||||
<ion-label>No List</ion-label>
|
||||
<ion-input value="ListFreeeee">
|
||||
<ion-input value="ListFreeeee"></ion-input>
|
||||
</ion-item>
|
||||
<ion-textarea></ion-textarea>
|
||||
|
||||
</form>
|
||||
|
||||
|
@ -27,11 +27,11 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-textarea placeholder="ion-textarea Placeholder"></ion-textarea>
|
||||
<ion-textarea placeholder="Textarea Placeholder"></ion-textarea>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-textarea placeholder="ion-textarea Placeholder">ion-textarea value</ion-textarea>
|
||||
<ion-textarea placeholder="ion-textarea Placeholder" value="Textarea value"></ion-textarea>
|
||||
</ion-item>
|
||||
|
||||
</ion-list>
|
||||
|
Reference in New Issue
Block a user