update snapshot for new jest

This commit is contained in:
afc163 2017-10-09 13:32:11 +08:00
parent 475e4ff23d
commit 942ea41b02
14 changed files with 129 additions and 131 deletions

View File

@ -10,7 +10,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -69,7 +69,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -136,7 +136,7 @@ exports[`renders ./components/auto-complete/demo/custom.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -184,7 +184,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -239,7 +239,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -298,7 +298,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div

View File

@ -15,7 +15,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -47,7 +47,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -1022,7 +1022,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -1054,7 +1054,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -2027,7 +2027,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -2059,7 +2059,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -3346,7 +3346,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -3378,7 +3378,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -75,10 +75,10 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
>
<p>
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
</p>
</div>
</div>
@ -140,10 +140,10 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
>
<p>
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
</p>
</div>
</div>
@ -206,10 +206,10 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
>
<p>
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
A dog is a type of domesticated animal.
Known for its loyalty and faithfulness,
it can be found as a welcome guest in many households across the world.
</p>
</div>
</div>

View File

@ -174,15 +174,13 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
<div>
<a
class="ant-dropdown-link ant-dropdown-trigger"
href="#"
>
Click me
<i
class="anticon anticon-down"
/>
</a>
</div>
<a
class="ant-dropdown-link ant-dropdown-trigger"
href="#"
>
Click me
<i
class="anticon anticon-down"
/>
</a>
`;

View File

@ -475,7 +475,7 @@ exports[`renders ./components/form/demo/coordinated.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -565,7 +565,7 @@ exports[`renders ./components/form/demo/customized-form-controls.md correctly 1`
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -837,10 +837,10 @@ exports[`renders ./components/form/demo/global-state.md correctly 1`] = `
class="language-bash"
>
{
"username": {
"value": "benjycui"
}
}
"username": {
"value": "benjycui"
}
}
</pre>
</div>
`;
@ -1439,7 +1439,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -1504,7 +1504,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -2009,7 +2009,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -2064,7 +2064,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -2876,7 +2876,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -700,11 +700,11 @@ exports[`renders ./components/grid/demo/playground.md correctly 1`] = `
</div>
<pre>
&lt;Row gutter={16}&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;/Row&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;Col span={6} /&gt;
&lt;/Row&gt;
</pre>
</div>
`;

View File

@ -50,7 +50,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -92,7 +92,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -224,7 +224,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -267,7 +267,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -383,7 +383,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -415,7 +415,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -452,7 +452,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -508,7 +508,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -541,7 +541,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -598,7 +598,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -138,7 +138,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -177,7 +177,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -484,7 +484,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -516,7 +516,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -1626,7 +1626,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -55,7 +55,7 @@ exports[`renders ./components/notification/demo/placement.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -172,7 +172,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -621,7 +621,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -16,8 +16,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -26,8 +26,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
@ -56,8 +56,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -66,8 +66,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#ff5500"
stroke-linecap="round"
@ -98,8 +98,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -108,8 +108,8 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#87d068"
stroke-linecap="round"
@ -145,8 +145,8 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -199,8 +199,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -209,8 +209,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
@ -239,8 +239,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -249,8 +249,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#ff5500"
stroke-linecap="round"
@ -281,8 +281,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -291,8 +291,8 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#87d068"
stroke-linecap="round"
@ -327,8 +327,8 @@ exports[`renders ./components/progress/demo/dashboard.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -337,8 +337,8 @@ exports[`renders ./components/progress/demo/dashboard.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
@ -419,8 +419,8 @@ exports[`renders ./components/progress/demo/format.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -429,8 +429,8 @@ exports[`renders ./components/progress/demo/format.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
@ -459,8 +459,8 @@ exports[`renders ./components/progress/demo/format.md correctly 1`] = `
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
@ -469,8 +469,8 @@ exports[`renders ./components/progress/demo/format.md correctly 1`] = `
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,-47
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="#87d068"
stroke-linecap="round"

View File

@ -10,7 +10,7 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -52,7 +52,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -85,7 +85,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -127,7 +127,7 @@ exports[`renders ./components/select/demo/combobox.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -183,7 +183,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -216,7 +216,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -253,7 +253,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -289,7 +289,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -367,7 +367,7 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -403,7 +403,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -458,7 +458,7 @@ exports[`renders ./components/select/demo/search-box.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -506,7 +506,7 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -616,7 +616,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -650,7 +650,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
>
<div
@ -696,7 +696,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -772,7 +772,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div
@ -851,7 +851,7 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<div

View File

@ -801,7 +801,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
aria-expanded="false"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>

View File

@ -9,7 +9,7 @@ exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = `
aria-autocomplete="list"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>
@ -41,7 +41,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
aria-autocomplete="list"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<ul
@ -100,7 +100,7 @@ exports[`renders ./components/tree-select/demo/multiple.md correctly 1`] = `
aria-autocomplete="list"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--multiple"
ant-select-selection--multiple"
role="combobox"
>
<ul
@ -144,7 +144,7 @@ exports[`renders ./components/tree-select/demo/treeData.md correctly 1`] = `
aria-autocomplete="list"
aria-haspopup="true"
class="ant-select-selection
ant-select-selection--single"
ant-select-selection--single"
role="combobox"
tabindex="0"
>