mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(input): changing tests to include some selects and mixed inputs
This commit is contained in:
@ -14,7 +14,9 @@
|
||||
|
||||
<ion-item>
|
||||
<ion-label fixed>CC</ion-label>
|
||||
<ion-input value="Text 2"></ion-input>
|
||||
<ion-select>
|
||||
<ion-option checked>Admin</ion-option>
|
||||
</ion-select>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
|
@ -18,12 +18,12 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item clearInput>
|
||||
<ion-label floating>Password</ion-label>
|
||||
<ion-label>Password</ion-label>
|
||||
<ion-input [(ngModel)]="login.password" ngControl="password" type="password" required></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item clearInput>
|
||||
<ion-label floating>Comments</ion-label>
|
||||
<ion-label>Comments</ion-label>
|
||||
<ion-textarea [(ngModel)]="login.comments" ngControl="comments" required>Comment value</ion-textarea>
|
||||
</ion-item>
|
||||
|
||||
|
Reference in New Issue
Block a user