mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-27 23:12:16 +08:00
fix snap
This commit is contained in:
parent
7b8090d279
commit
f77c38bddf
@ -2167,6 +2167,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
|||||||
id="input-number"
|
id="input-number"
|
||||||
max="10"
|
max="10"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -2941,6 +2942,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="12"
|
max="12"
|
||||||
min="8"
|
min="8"
|
||||||
|
step="1"
|
||||||
value="11"
|
value="11"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -44,6 +44,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="10"
|
max="10"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -93,6 +94,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="10"
|
max="10"
|
||||||
min="0"
|
min="0"
|
||||||
|
step="0.1"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -145,6 +147,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
|||||||
disabled=""
|
disabled=""
|
||||||
max="10"
|
max="10"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -209,6 +212,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="9007199254740991"
|
max="9007199254740991"
|
||||||
min="-9007199254740991"
|
min="-9007199254740991"
|
||||||
|
step="1"
|
||||||
value="$ 1,000"
|
value="$ 1,000"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -256,6 +260,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="100"
|
max="100"
|
||||||
min="0"
|
min="0"
|
||||||
|
step="1"
|
||||||
value="100%"
|
value="100%"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -308,6 +313,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="100000"
|
max="100000"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -355,6 +361,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="100000"
|
max="100000"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -402,6 +409,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="100000"
|
max="100000"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="3"
|
value="3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -339,6 +339,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="9007199254740991"
|
max="9007199254740991"
|
||||||
min="-9007199254740991"
|
min="-9007199254740991"
|
||||||
|
step="1"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -262,6 +262,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="20"
|
max="20"
|
||||||
min="1"
|
min="1"
|
||||||
|
step="1"
|
||||||
value="1"
|
value="1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -348,6 +349,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
|||||||
class="ant-input-number-input"
|
class="ant-input-number-input"
|
||||||
max="1"
|
max="1"
|
||||||
min="0"
|
min="0"
|
||||||
|
step="0.01"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user