mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +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"
|
||||
max="10"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
@ -2941,6 +2942,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="12"
|
||||
min="8"
|
||||
step="1"
|
||||
value="11"
|
||||
/>
|
||||
</div>
|
||||
|
@ -44,6 +44,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="10"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
@ -93,6 +94,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="10"
|
||||
min="0"
|
||||
step="0.1"
|
||||
value=""
|
||||
/>
|
||||
</div>
|
||||
@ -145,6 +147,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
||||
disabled=""
|
||||
max="10"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
@ -209,6 +212,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="9007199254740991"
|
||||
min="-9007199254740991"
|
||||
step="1"
|
||||
value="$ 1,000"
|
||||
/>
|
||||
</div>
|
||||
@ -256,6 +260,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="100"
|
||||
min="0"
|
||||
step="1"
|
||||
value="100%"
|
||||
/>
|
||||
</div>
|
||||
@ -308,6 +313,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="100000"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
@ -355,6 +361,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="100000"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
@ -402,6 +409,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="100000"
|
||||
min="1"
|
||||
step="1"
|
||||
value="3"
|
||||
/>
|
||||
</div>
|
||||
|
@ -339,6 +339,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="9007199254740991"
|
||||
min="-9007199254740991"
|
||||
step="1"
|
||||
value=""
|
||||
/>
|
||||
</div>
|
||||
|
@ -262,6 +262,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="20"
|
||||
min="1"
|
||||
step="1"
|
||||
value="1"
|
||||
/>
|
||||
</div>
|
||||
@ -348,6 +349,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
class="ant-input-number-input"
|
||||
max="1"
|
||||
min="0"
|
||||
step="0.01"
|
||||
value="0.00"
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user