mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 03:54:28 +08:00
Update snapshot
This commit is contained in:
parent
ca44eb9cd9
commit
09aaa56243
@ -3242,7 +3242,6 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
aria-valuemax="9007199254740991"
|
|
||||||
aria-valuemin="-9007199254740991"
|
aria-valuemin="-9007199254740991"
|
||||||
class="ant-input-number-input-wrap"
|
class="ant-input-number-input-wrap"
|
||||||
role="spinbutton"
|
role="spinbutton"
|
||||||
@ -3250,7 +3249,6 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
|||||||
<input
|
<input
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="9007199254740991"
|
|
||||||
min="-9007199254740991"
|
min="-9007199254740991"
|
||||||
step="1"
|
step="1"
|
||||||
value=""
|
value=""
|
||||||
|
@ -201,7 +201,6 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
aria-valuemax="9007199254740991"
|
|
||||||
aria-valuemin="-9007199254740991"
|
aria-valuemin="-9007199254740991"
|
||||||
aria-valuenow="1000"
|
aria-valuenow="1000"
|
||||||
class="ant-input-number-input-wrap"
|
class="ant-input-number-input-wrap"
|
||||||
@ -210,7 +209,6 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
|||||||
<input
|
<input
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="9007199254740991"
|
|
||||||
min="-9007199254740991"
|
min="-9007199254740991"
|
||||||
step="1"
|
step="1"
|
||||||
value="$ 1,000"
|
value="$ 1,000"
|
||||||
|
@ -329,7 +329,6 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
aria-valuemax="9007199254740991"
|
|
||||||
aria-valuemin="-9007199254740991"
|
aria-valuemin="-9007199254740991"
|
||||||
class="ant-input-number-input-wrap"
|
class="ant-input-number-input-wrap"
|
||||||
role="spinbutton"
|
role="spinbutton"
|
||||||
@ -337,7 +336,6 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
|||||||
<input
|
<input
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="9007199254740991"
|
|
||||||
min="-9007199254740991"
|
min="-9007199254740991"
|
||||||
step="1"
|
step="1"
|
||||||
value=""
|
value=""
|
||||||
|
Loading…
Reference in New Issue
Block a user