2018-11-12 12:18:21 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Select Select Custom Icons should support customized icons 1`] = `
|
2018-11-20 17:26:08 +08:00
|
|
|
<div
|
|
|
|
class="ant-select ant-select-enabled"
|
2018-11-12 12:18:21 +08:00
|
|
|
>
|
2018-11-20 17:26:08 +08:00
|
|
|
<div
|
|
|
|
aria-autocomplete="list"
|
2018-11-30 14:48:37 +08:00
|
|
|
aria-controls="test-uuid"
|
2018-11-20 17:26:08 +08:00
|
|
|
aria-expanded="false"
|
|
|
|
aria-haspopup="true"
|
|
|
|
class="ant-select-selection
|
|
|
|
ant-select-selection--single"
|
|
|
|
role="combobox"
|
|
|
|
tabindex="0"
|
2018-11-12 12:18:21 +08:00
|
|
|
>
|
2018-11-20 17:26:08 +08:00
|
|
|
<div
|
|
|
|
class="ant-select-selection__rendered"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-select-arrow"
|
2019-02-18 11:04:45 +08:00
|
|
|
style="user-select: none;"
|
2018-11-20 17:26:08 +08:00
|
|
|
unselectable="on"
|
2018-11-12 12:18:21 +08:00
|
|
|
>
|
2019-08-13 14:07:17 +08:00
|
|
|
<span
|
|
|
|
aria-label="down"
|
2018-11-20 17:26:08 +08:00
|
|
|
class="anticon anticon-down ant-select-arrow-icon"
|
2019-08-13 14:07:17 +08:00
|
|
|
role="img"
|
2018-11-12 12:18:21 +08:00
|
|
|
>
|
2018-11-20 17:26:08 +08:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="down"
|
|
|
|
fill="currentColor"
|
2019-04-11 12:48:36 +08:00
|
|
|
focusable="false"
|
2018-11-20 17:26:08 +08:00
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
2018-11-12 12:18:21 +08:00
|
|
|
>
|
2018-11-20 17:26:08 +08:00
|
|
|
<path
|
|
|
|
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2019-08-13 14:07:17 +08:00
|
|
|
</span>
|
2018-11-20 17:26:08 +08:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-11-12 12:18:21 +08:00
|
|
|
`;
|