mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
test: update snapshot (#45770)
* test: update snapshot * test: update snapshot * test: update snapshot * test: update snapshot * test: update snapshot
This commit is contained in:
parent
9d57f6f3e4
commit
f22f61db8a
@ -9551,6 +9551,7 @@ exports[`renders components/form/demo/register.tsx extend context correctly 1`]
|
||||
aria-required="true"
|
||||
class="ant-input"
|
||||
id="register_intro"
|
||||
maxlength="100"
|
||||
/>
|
||||
<span
|
||||
class="ant-input-suffix"
|
||||
|
@ -6504,6 +6504,7 @@ exports[`renders components/form/demo/register.tsx correctly 1`] = `
|
||||
aria-required="true"
|
||||
class="ant-input"
|
||||
id="register_intro"
|
||||
maxlength="100"
|
||||
/>
|
||||
<span
|
||||
class="ant-input-suffix"
|
||||
|
@ -10442,6 +10442,7 @@ exports[`renders components/input/demo/show-count.tsx extend context correctly 1
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="100"
|
||||
placeholder="can resize"
|
||||
/>
|
||||
<span
|
||||
@ -10461,6 +10462,7 @@ exports[`renders components/input/demo/show-count.tsx extend context correctly 1
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="100"
|
||||
placeholder="disable resize"
|
||||
style="resize: none;"
|
||||
/>
|
||||
@ -10709,6 +10711,7 @@ Array [
|
||||
<br />,
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="6"
|
||||
placeholder="maxLength is 6"
|
||||
rows="4"
|
||||
/>,
|
||||
|
@ -3991,6 +3991,7 @@ exports[`renders components/input/demo/show-count.tsx correctly 1`] = `
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="100"
|
||||
placeholder="can resize"
|
||||
/>
|
||||
<span
|
||||
@ -4010,6 +4011,7 @@ exports[`renders components/input/demo/show-count.tsx correctly 1`] = `
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="100"
|
||||
placeholder="disable resize"
|
||||
style="resize:none"
|
||||
/>
|
||||
@ -4252,6 +4254,7 @@ Array [
|
||||
<br />,
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="6"
|
||||
placeholder="maxLength is 6"
|
||||
rows="4"
|
||||
/>,
|
||||
|
@ -354,6 +354,7 @@ exports[`TextArea allowClear should not show icon if value is undefined, null or
|
||||
exports[`TextArea maxLength should support maxLength 1`] = `
|
||||
<textarea
|
||||
class="ant-input"
|
||||
maxlength="10"
|
||||
/>
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user