test: update snapshot (#45770)

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: update snapshot
This commit is contained in:
二货爱吃白萝卜 2023-11-09 21:58:16 +08:00 committed by GitHub
parent 9d57f6f3e4
commit f22f61db8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"
/>,

View File

@ -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"
/>,

View File

@ -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"
/>
`;