test(list): set static value for datetime (#26397)

This commit is contained in:
Sean Perkins
2022-12-01 15:40:25 -05:00
committed by GitHub
parent f06e438db3
commit fef2fe3efc
5 changed files with 2 additions and 2 deletions

View File

@@ -99,12 +99,12 @@
<ion-item>
<ion-label>Normal Datetime</ion-label>
<ion-datetime></ion-datetime>
<ion-datetime value="2022-11-29"></ion-datetime>
</ion-item>
<ion-item>
<ion-label position="stacked">Stacked Datetime</ion-label>
<ion-datetime></ion-datetime>
<ion-datetime value="2022-11-29"></ion-datetime>
</ion-item>
</ion-list>
</ion-content>

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 202 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 201 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB