mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
chore: update form+date demo
This commit is contained in:
parent
daff879c2d
commit
abcf818c4a
@ -7471,6 +7471,7 @@ exports[`renders components/form/demo/getValueProps-normalize.tsx extend context
|
||||
class="ant-picker-input"
|
||||
>
|
||||
<input
|
||||
aria-describedby="getValueProps_date_extra"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
autocomplete="off"
|
||||
@ -8106,6 +8107,12 @@ exports[`renders components/form/demo/getValueProps-normalize.tsx extend context
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="ant-form-item-extra"
|
||||
id="getValueProps_date_extra"
|
||||
>
|
||||
date: 1704038400000
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4380,6 +4380,7 @@ exports[`renders components/form/demo/getValueProps-normalize.tsx correctly 1`]
|
||||
class="ant-picker-input"
|
||||
>
|
||||
<input
|
||||
aria-describedby="getValueProps_date_extra"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
autocomplete="off"
|
||||
@ -4440,6 +4441,12 @@ exports[`renders components/form/demo/getValueProps-normalize.tsx correctly 1`]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="ant-form-item-extra"
|
||||
id="getValueProps_date_extra"
|
||||
>
|
||||
date: undefined
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user