2017-03-17 18:56:30 +08:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/input/demo/addon.md correctly 1`] = `
2021-07-12 13:25:41 +08:00
<div
class="ant-space ant-space-vertical"
>
2016-11-22 14:28:05 +08:00
<div
2021-07-12 13:25:41 +08:00
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-group-wrapper"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-wrapper ant-input-group"
2017-03-17 18:56:30 +08:00
>
2017-05-28 15:30:43 +08:00
<span
class="ant-input-group-addon"
>
2020-02-10 15:26:32 +08:00
http://
2017-05-28 15:30:43 +08:00
</span>
<input
class="ant-input"
type="text"
value="mysite"
/>
<span
class="ant-input-group-addon"
>
.com
</span>
2016-11-22 14:28:05 +08:00
</span>
</span>
2021-07-12 13:25:41 +08:00
</div>
2016-11-22 14:28:05 +08:00
<div
2021-07-12 13:25:41 +08:00
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-group-wrapper"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-wrapper ant-input-group"
2017-03-17 18:56:30 +08:00
>
2017-05-28 15:30:43 +08:00
<span
class="ant-input-group-addon"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<div
2020-03-29 10:39:46 +08:00
class="ant-select select-before ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-05-28 15:30:43 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="http://"
2017-05-28 15:30:43 +08:00
>
2020-02-10 15:26:32 +08:00
http://
2017-05-28 15:30:43 +08:00
</span>
2016-11-22 14:28:05 +08:00
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2016-11-22 14:28:05 +08:00
</div>
2017-05-28 15:30:43 +08:00
</span>
<input
class="ant-input"
type="text"
value="mysite"
/>
<span
class="ant-input-group-addon"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<div
2020-03-29 10:39:46 +08:00
class="ant-select select-after ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-05-28 15:30:43 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title=".com"
2017-05-28 15:30:43 +08:00
>
2019-09-12 20:15:17 +08:00
.com
2017-05-28 15:30:43 +08:00
</span>
2016-11-22 14:28:05 +08:00
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2016-11-22 14:28:05 +08:00
</div>
2017-05-28 15:30:43 +08:00
</span>
2016-11-22 14:28:05 +08:00
</span>
</span>
2021-07-12 13:25:41 +08:00
</div>
2016-11-22 14:28:05 +08:00
<div
2021-07-12 13:25:41 +08:00
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-group-wrapper"
2017-03-17 18:56:30 +08:00
>
2016-11-22 14:28:05 +08:00
<span
2017-05-28 15:30:43 +08:00
class="ant-input-wrapper ant-input-group"
2017-03-17 18:56:30 +08:00
>
2017-05-28 15:30:43 +08:00
<input
class="ant-input"
type="text"
value="mysite"
2017-03-17 18:56:30 +08:00
/>
2017-05-28 15:30:43 +08:00
<span
class="ant-input-group-addon"
>
2019-08-13 14:07:17 +08:00
<span
aria-label="setting"
2018-08-13 20:51:01 +08:00
class="anticon anticon-setting"
2019-08-13 14:07:17 +08:00
role="img"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
data-icon="setting"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<path
2019-08-13 14:07:17 +08:00
d="M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 009.3-35.2l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5a449.4 449.4 0 00159 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2z"
2018-09-02 19:53:29 +08:00
/>
</svg>
2019-08-13 14:07:17 +08:00
</span>
2017-05-28 15:30:43 +08:00
</span>
2020-02-10 15:26:32 +08:00
</span>
</span>
2021-07-12 13:25:41 +08:00
</div>
2020-02-10 15:26:32 +08:00
<div
2021-07-12 13:25:41 +08:00
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2020-02-10 15:26:32 +08:00
>
<span
class="ant-input-group-wrapper"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-group-addon"
>
http://
</span>
<span
class="ant-input-affix-wrapper"
>
<input
class="ant-input"
type="text"
value="mysite"
/>
<span
class="ant-input-suffix"
>
.com
</span>
</span>
2016-11-22 14:28:05 +08:00
</span>
</span>
2021-07-12 13:25:41 +08:00
</div>
<div
class="ant-space-item"
>
<span
class="ant-input-group-wrapper"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-group-addon"
>
2021-08-31 15:51:02 +08:00
<div
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 150px;"
2021-07-12 13:25:41 +08:00
>
2021-08-31 15:51:02 +08:00
<div
class="ant-select-selector"
2021-07-12 13:25:41 +08:00
>
2021-08-31 15:51:02 +08:00
<span
class="ant-select-selection-search"
2021-07-12 13:25:41 +08:00
>
2021-08-31 15:51:02 +08:00
<input
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2021-08-31 15:51:02 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2021-08-31 15:51:02 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2021-08-31 15:51:02 +08:00
readonly=""
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2021-08-31 15:51:02 +08:00
type="search"
unselectable="on"
value=""
2021-07-12 13:25:41 +08:00
/>
2021-08-31 15:51:02 +08:00
</span>
<span
class="ant-select-selection-placeholder"
>
cascader
</span>
</div>
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2021-08-31 15:51:02 +08:00
unselectable="on"
>
<span
aria-label="down"
class="anticon anticon-down ant-select-suffix"
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
2021-07-12 13:25:41 +08:00
</span>
2021-08-31 15:51:02 +08:00
</div>
2021-07-12 13:25:41 +08:00
</span>
<input
class="ant-input"
type="text"
value="mysite"
/>
</span>
</span>
</div>
</div>
2016-11-22 14:28:05 +08:00
`;
2019-09-26 14:03:17 +08:00
exports[`renders ./components/input/demo/align.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2019-09-02 15:35:42 +08:00
<div
class="ant-mentions"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<textarea
2020-06-12 23:26:30 +08:00
class="rc-textarea"
2019-09-02 15:35:42 +08:00
rows="1"
/>
2020-04-23 18:11:11 +08:00
</div>,
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
rows="1"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2020-10-19 14:03:19 +08:00
/>,
2019-09-02 15:35:42 +08:00
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
Button
</span>
2020-04-23 18:11:11 +08:00
</button>,
2019-09-02 15:35:42 +08:00
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
type="text"
value=""
2020-04-23 18:11:11 +08:00
/>,
2019-09-02 15:35:42 +08:00
<span
class="ant-typography"
>
Ant Design
2019-10-22 21:33:19 +08:00
<div
aria-label="Copy"
class="ant-typography-copy"
role="button"
2022-09-09 15:51:35 +08:00
style="border: 0px; background: transparent; padding: 0px; line-height: inherit; display: inline-block;"
2019-10-22 21:33:19 +08:00
tabindex="0"
>
2019-10-30 16:28:28 +08:00
<span
aria-label="copy"
2019-10-22 21:33:19 +08:00
class="anticon anticon-copy"
2019-10-30 16:28:28 +08:00
role="img"
2019-10-22 21:33:19 +08:00
>
<svg
aria-hidden="true"
data-icon="copy"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"
/>
</svg>
2019-10-30 16:28:28 +08:00
</span>
2019-10-22 21:33:19 +08:00
</div>
2020-04-23 18:11:11 +08:00
</span>,
2019-09-02 15:35:42 +08:00
<span
class="ant-input-affix-wrapper"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<span
class="ant-input-prefix"
>
1
</span>
<input
class="ant-input"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
2
</span>
2020-04-23 18:11:11 +08:00
</span>,
2019-09-02 15:35:42 +08:00
<span
class="ant-input-group-wrapper"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-group-addon"
>
1
</span>
<input
class="ant-input"
type="text"
value=""
/>
<span
class="ant-input-group-addon"
>
2
</span>
</span>
2020-04-23 18:11:11 +08:00
</span>,
2019-09-02 15:35:42 +08:00
<div
class="ant-input-number"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<div
class="ant-input-number-handler-wrap"
>
<span
2021-02-22 22:07:19 +08:00
aria-disabled="false"
2019-09-02 15:35:42 +08:00
aria-label="Increase Value"
2020-04-29 14:18:19 +08:00
class="ant-input-number-handler ant-input-number-handler-up"
2019-09-02 15:35:42 +08:00
role="button"
2020-07-27 22:32:21 +08:00
unselectable="on"
2019-09-02 15:35:42 +08:00
>
2019-09-02 16:09:05 +08:00
<span
aria-label="up"
2019-09-02 15:35:42 +08:00
class="anticon anticon-up ant-input-number-handler-up-inner"
2019-09-02 16:09:05 +08:00
role="img"
2019-09-02 15:35:42 +08:00
>
<svg
aria-hidden="true"
data-icon="up"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
2019-09-02 16:09:05 +08:00
d="M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"
2019-09-02 15:35:42 +08:00
/>
</svg>
2019-09-02 16:09:05 +08:00
</span>
2019-09-02 15:35:42 +08:00
</span>
<span
2021-02-22 22:07:19 +08:00
aria-disabled="false"
2019-09-02 15:35:42 +08:00
aria-label="Decrease Value"
2020-04-29 14:18:19 +08:00
class="ant-input-number-handler ant-input-number-handler-down"
2019-09-02 15:35:42 +08:00
role="button"
2020-07-27 22:32:21 +08:00
unselectable="on"
2019-09-02 15:35:42 +08:00
>
2019-09-02 16:09:05 +08:00
<span
aria-label="down"
2019-09-02 15:35:42 +08:00
class="anticon anticon-down ant-input-number-handler-down-inner"
2019-09-02 16:09:05 +08:00
role="img"
2019-09-02 15:35:42 +08:00
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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-09-02 16:09:05 +08:00
</span>
2019-09-02 15:35:42 +08:00
</span>
</div>
<div
class="ant-input-number-input-wrap"
>
<input
autocomplete="off"
class="ant-input-number-input"
2019-10-15 18:36:22 +08:00
role="spinbutton"
2019-09-02 15:35:42 +08:00
step="1"
value=""
/>
</div>
2020-04-23 18:11:11 +08:00
</div>,
2019-12-11 23:32:19 +08:00
<div
class="ant-picker"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker-input"
>
2019-09-02 15:35:42 +08:00
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2019-09-02 15:35:42 +08:00
placeholder="Select date"
readonly=""
2019-12-11 23:32:19 +08:00
size="12"
2020-03-05 20:32:38 +08:00
title=""
2019-09-02 15:35:42 +08:00
value=""
/>
2019-09-02 16:09:05 +08:00
<span
2019-12-11 23:32:19 +08:00
class="ant-picker-suffix"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<span
aria-label="calendar"
class="anticon anticon-calendar"
role="img"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<svg
aria-hidden="true"
data-icon="calendar"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
/>
</svg>
</span>
2019-09-02 16:09:05 +08:00
</span>
2019-09-02 15:35:42 +08:00
</div>
2020-04-23 18:11:11 +08:00
</div>,
2019-12-11 23:32:19 +08:00
<div
class="ant-picker"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker-input"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2019-12-11 23:32:19 +08:00
placeholder="Select time"
readonly=""
size="10"
2020-03-05 20:32:38 +08:00
title=""
2019-12-11 23:32:19 +08:00
value=""
/>
2019-09-02 16:09:05 +08:00
<span
2019-12-11 23:32:19 +08:00
class="ant-picker-suffix"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<span
aria-label="clock-circle"
class="anticon anticon-clock-circle"
role="img"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<svg
aria-hidden="true"
data-icon="clock-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
/>
<path
d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"
/>
</svg>
</span>
2019-09-02 16:09:05 +08:00
</span>
2019-12-11 23:32:19 +08:00
</div>
2020-04-23 18:11:11 +08:00
</div>,
2019-09-02 15:35:42 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2019-09-02 15:35:42 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Jack"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
Jack
2019-09-02 15:35:42 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2020-04-23 18:11:11 +08:00
</div>,
2019-09-28 11:31:28 +08:00
<div
class="ant-select ant-tree-select ant-select-single ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
2019-09-28 11:31:28 +08:00
<div
class="ant-select-selector"
2019-09-02 15:35:42 +08:00
>
<span
2019-09-28 11:31:28 +08:00
class="ant-select-selection-search"
2019-09-02 15:35:42 +08:00
>
2019-09-28 11:31:28 +08:00
<input
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-28 11:31:28 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-28 11:31:28 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 14:06:08 +08:00
readonly=""
2019-09-28 11:31:28 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-28 11:31:28 +08:00
value=""
2019-09-02 15:35:42 +08:00
/>
</span>
<span
2019-09-28 11:31:28 +08:00
class="ant-select-selection-placeholder"
/>
</div>
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-28 11:31:28 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-28 11:31:28 +08:00
role="img"
2019-09-02 15:35:42 +08:00
>
2019-09-28 11:31:28 +08:00
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
2019-09-02 15:35:42 +08:00
>
2019-09-28 11:31:28 +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-09-02 15:35:42 +08:00
</span>
</span>
2020-04-23 18:11:11 +08:00
</div>,
2021-08-31 15:51:02 +08:00
<div
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<div
class="ant-select-selector"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<span
class="ant-select-selection-search"
>
<input
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2021-08-31 15:51:02 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2021-08-31 15:51:02 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2021-08-31 15:51:02 +08:00
readonly=""
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2021-08-31 15:51:02 +08:00
type="search"
unselectable="on"
value=""
/>
</span>
<span
class="ant-select-selection-item"
title="Zhejiang / Hangzhou / West Lake"
>
Zhejiang / Hangzhou / West Lake
</span>
</div>
2019-09-02 16:09:05 +08:00
<span
2021-08-31 15:51:02 +08:00
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2021-08-31 15:51:02 +08:00
unselectable="on"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<span
aria-label="down"
class="anticon anticon-down ant-select-suffix"
role="img"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
2019-09-02 16:09:05 +08:00
</span>
<span
2021-08-31 15:51:02 +08:00
aria-hidden="true"
class="ant-select-clear"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2021-08-31 15:51:02 +08:00
unselectable="on"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2019-09-02 15:35:42 +08:00
>
2021-08-31 15:51:02 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2019-09-02 16:09:05 +08:00
</span>
2021-08-31 15:51:02 +08:00
</div>,
2019-12-11 23:32:19 +08:00
<div
class="ant-picker ant-picker-range"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker-input ant-picker-input-active"
2019-09-02 15:35:42 +08:00
>
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2019-09-02 15:35:42 +08:00
placeholder="Start date"
readonly=""
2019-12-11 23:32:19 +08:00
size="12"
2019-09-02 15:35:42 +08:00
value=""
/>
2019-12-11 23:32:19 +08:00
</div>
<div
class="ant-picker-range-separator"
>
2019-09-02 15:35:42 +08:00
<span
2020-04-02 15:05:31 +08:00
aria-label="to"
2019-12-11 23:32:19 +08:00
class="ant-picker-separator"
2020-04-09 13:18:13 +08:00
>
<span
aria-label="swap-right"
class="anticon anticon-swap-right"
role="img"
>
<svg
aria-hidden="true"
data-icon="swap-right"
fill="currentColor"
focusable="false"
height="1em"
viewBox="0 0 1024 1024"
width="1em"
>
<path
d="M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z"
/>
</svg>
</span>
</span>
2019-12-11 23:32:19 +08:00
</div>
<div
class="ant-picker-input"
>
2019-09-02 15:35:42 +08:00
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2019-09-02 15:35:42 +08:00
placeholder="End date"
readonly=""
2019-12-11 23:32:19 +08:00
size="12"
2019-09-02 15:35:42 +08:00
value=""
/>
2019-12-11 23:32:19 +08:00
</div>
<div
class="ant-picker-active-bar"
2022-09-09 15:51:35 +08:00
style="left: 0px; width: 0px; position: absolute;"
2019-12-11 23:32:19 +08:00
/>
<span
class="ant-picker-suffix"
>
2019-09-02 16:09:05 +08:00
<span
aria-label="calendar"
2019-12-11 23:32:19 +08:00
class="anticon anticon-calendar"
2019-09-02 16:09:05 +08:00
role="img"
2019-09-02 15:35:42 +08:00
>
<svg
aria-hidden="true"
data-icon="calendar"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
/>
</svg>
2019-09-02 16:09:05 +08:00
</span>
2019-09-02 15:35:42 +08:00
</span>
2020-04-23 18:11:11 +08:00
</div>,
2019-12-11 23:32:19 +08:00
<div
class="ant-picker"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker-input"
>
2019-09-02 15:35:42 +08:00
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2019-12-11 23:32:19 +08:00
placeholder="Select month"
2019-09-02 15:35:42 +08:00
readonly=""
2019-12-11 23:32:19 +08:00
size="12"
2020-03-05 20:32:38 +08:00
title=""
2019-09-02 15:35:42 +08:00
value=""
/>
2019-09-02 16:09:05 +08:00
<span
2019-12-11 23:32:19 +08:00
class="ant-picker-suffix"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<span
aria-label="calendar"
class="anticon anticon-calendar"
role="img"
2019-09-02 15:35:42 +08:00
>
2019-12-11 23:32:19 +08:00
<svg
aria-hidden="true"
data-icon="calendar"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
/>
</svg>
</span>
2019-09-02 16:09:05 +08:00
</span>
2019-09-02 15:35:42 +08:00
</div>
2020-04-23 18:11:11 +08:00
</div>,
2019-09-02 15:35:42 +08:00
<div
class="ant-radio-group ant-radio-group-outline"
>
<label
class="ant-radio-button-wrapper ant-radio-button-wrapper-checked"
>
<span
class="ant-radio-button ant-radio-button-checked"
>
<input
checked=""
class="ant-radio-button-input"
type="radio"
value="a"
/>
<span
class="ant-radio-button-inner"
/>
</span>
<span>
Hangzhou
</span>
</label>
<label
class="ant-radio-button-wrapper"
>
<span
class="ant-radio-button"
>
<input
class="ant-radio-button-input"
type="radio"
value="b"
/>
<span
class="ant-radio-button-inner"
/>
</span>
<span>
Shanghai
</span>
</label>
2020-04-23 18:11:11 +08:00
</div>,
2019-09-02 15:35:42 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
2022-09-09 15:51:35 +08:00
style="width: 100px;"
2019-09-02 15:35:42 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-09-12 20:15:17 +08:00
role="combobox"
2020-09-05 00:38:39 +08:00
type="search"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2019-09-02 15:35:42 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-placeholder"
2019-09-02 15:35:42 +08:00
>
2019-09-12 20:15:17 +08:00
input here
2019-09-02 15:35:42 +08:00
</span>
</div>
2020-04-23 18:11:11 +08:00
</div>,
<br />,
2020-01-25 17:50:03 +08:00
<span
class="ant-input-group-wrapper"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-group-addon"
>
Http://
</span>
<span
class="ant-input-affix-wrapper"
>
<span
class="ant-input-prefix"
>
$
</span>
<input
class="ant-input"
type="text"
value="mysite"
/>
</span>
<span
class="ant-input-group-addon"
>
.com
</span>
</span>
2020-04-23 18:11:11 +08:00
</span>,
2020-03-25 22:44:56 +08:00
<span
class="ant-input-affix-wrapper"
2022-09-09 15:51:35 +08:00
style="width: 50px;"
2020-03-25 22:44:56 +08:00
>
<input
class="ant-input"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
Y
</span>
2020-04-23 18:11:11 +08:00
</span>,
2020-03-25 22:44:56 +08:00
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 50px;"
2020-03-25 22:44:56 +08:00
type="text"
value=""
2020-04-23 18:11:11 +08:00
/>,
2020-03-25 22:44:56 +08:00
<span
class="ant-input-affix-wrapper"
2022-09-09 15:51:35 +08:00
style="width: 50px;"
2020-03-25 22:44:56 +08:00
>
<input
class="ant-input"
type="text"
value="1"
/>
<span
class="ant-input-suffix"
>
Y
</span>
2020-04-23 18:11:11 +08:00
</span>,
]
2019-09-02 15:35:42 +08:00
`;
2018-12-26 22:34:29 +08:00
exports[`renders ./components/input/demo/allowClear.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2018-12-26 22:34:29 +08:00
<span
2019-11-01 18:19:29 +08:00
class="ant-input-affix-wrapper"
>
<input
class="ant-input"
placeholder="input with clear icon"
type="text"
value=""
/>
<span
class="ant-input-suffix"
2020-04-14 23:04:23 +08:00
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon ant-input-clear-icon-hidden"
2020-04-14 23:04:23 +08:00
role="button"
tabindex="-1"
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2020-04-14 23:04:23 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2020-04-14 23:04:23 +08:00
</span>
</span>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2020-10-19 14:03:19 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-textarea-with-clear-btn"
2019-11-01 18:19:29 +08:00
>
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
placeholder="textarea with clear icon"
/>
2020-04-14 23:04:23 +08:00
<span
2020-10-19 14:03:19 +08:00
aria-label="close-circle"
class="anticon anticon-close-circle ant-input-clear-icon-hidden ant-input-clear-icon"
role="button"
tabindex="-1"
2020-04-14 23:04:23 +08:00
>
2020-10-19 14:03:19 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
2020-04-14 23:04:23 +08:00
>
2020-10-19 14:03:19 +08:00
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
2020-04-14 23:04:23 +08:00
</span>
2020-10-19 14:03:19 +08:00
</span>,
2020-04-23 18:11:11 +08:00
]
2018-12-26 22:34:29 +08:00
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/autosize-textarea.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
placeholder="Autosize height based on content lines"
/>,
2016-11-22 14:28:05 +08:00
<div
2022-09-09 15:51:35 +08:00
style="margin: 24px 0px;"
2020-04-23 18:11:11 +08:00
/>,
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
placeholder="Autosize height with minimum and maximum number of lines"
/>,
2019-08-22 11:55:37 +08:00
<div
2022-09-09 15:51:35 +08:00
style="margin: 24px 0px;"
2020-04-23 18:11:11 +08:00
/>,
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
placeholder="Controlled autosize"
/>,
2020-04-23 18:11:11 +08:00
]
2016-11-22 14:28:05 +08:00
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/basic.md correctly 1`] = `
2016-12-04 16:57:38 +08:00
<input
class="ant-input"
placeholder="Basic usage"
2017-03-17 18:56:30 +08:00
type="text"
2018-12-27 11:41:30 +08:00
value=""
2017-03-17 18:56:30 +08:00
/>
2016-11-22 14:28:05 +08:00
`;
2020-07-16 00:25:47 +08:00
exports[`renders ./components/input/demo/borderless.md correctly 1`] = `
<input
class="ant-input ant-input-borderless"
placeholder="Borderless"
type="text"
value=""
/>
`;
exports[`renders ./components/input/demo/borderless-debug.md correctly 1`] = `
<div
2022-09-09 15:51:35 +08:00
style="background-color: rgba(0, 0, 128, 0.2);"
2020-07-16 00:25:47 +08:00
>
<input
class="ant-input ant-input-borderless"
placeholder="Unbordered"
type="text"
value=""
/>
<input
class="ant-input ant-input-lg ant-input-borderless"
placeholder="Unbordered"
type="text"
value=""
/>
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input ant-input-borderless"
placeholder="Unbordered"
/>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-textarea-with-clear-btn ant-input-affix-wrapper-borderless"
2020-07-16 00:25:47 +08:00
>
<textarea
class="ant-input ant-input-borderless"
placeholder="Unbordered"
/>
<span
2020-10-19 14:03:19 +08:00
aria-label="close-circle"
class="anticon anticon-close-circle ant-input-clear-icon-hidden ant-input-clear-icon"
role="button"
tabindex="-1"
2020-07-16 00:25:47 +08:00
>
2020-10-19 14:03:19 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
2020-07-16 00:25:47 +08:00
>
2020-10-19 14:03:19 +08:00
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
2020-07-16 00:25:47 +08:00
</span>
2020-10-19 14:03:19 +08:00
</span>
2020-07-16 00:25:47 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-borderless"
>
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-borderless"
2020-07-16 00:25:47 +08:00
placeholder="Unbordered"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon ant-input-clear-icon-hidden"
2020-07-16 00:25:47 +08:00
role="button"
tabindex="-1"
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2020-07-16 00:25:47 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2020-07-16 00:25:47 +08:00
</span>
</span>
</span>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-borderless"
>
<span
class="ant-input-prefix"
>
¥
</span>
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-borderless"
2020-07-16 00:25:47 +08:00
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
RMB
</span>
</span>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-disabled ant-input-affix-wrapper-borderless"
>
<span
class="ant-input-prefix"
>
¥
</span>
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-disabled ant-input-borderless"
2020-07-16 00:25:47 +08:00
disabled=""
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
RMB
</span>
</span>
</div>
`;
2020-12-29 22:42:04 +08:00
exports[`renders ./components/input/demo/focus.md correctly 1`] = `
<div
class="ant-space ant-space-vertical"
2022-09-09 15:51:35 +08:00
style="width: 100%;"
2020-12-29 22:42:04 +08:00
>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<div
class="ant-space ant-space-horizontal ant-space-align-center"
2022-09-09 15:51:35 +08:00
style="flex-wrap: wrap; margin-bottom: -8px;"
2020-12-29 22:42:04 +08:00
>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-right: 8px; padding-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default"
2020-12-29 22:42:04 +08:00
type="button"
>
<span>
Focus at first
</span>
</button>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-right: 8px; padding-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default"
2020-12-29 22:42:04 +08:00
type="button"
>
<span>
Focus at last
</span>
</button>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-right: 8px; padding-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default"
2020-12-29 22:42:04 +08:00
type="button"
>
<span>
Focus to select all
</span>
</button>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-right: 8px; padding-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default"
2020-12-29 22:42:04 +08:00
type="button"
>
<span>
Focus prevent scroll
</span>
</button>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="padding-bottom: 8px;"
2020-12-29 22:42:04 +08:00
>
<button
aria-checked="true"
class="ant-switch ant-switch-checked"
role="switch"
type="button"
>
<div
class="ant-switch-handle"
/>
<span
class="ant-switch-inner"
>
2022-09-20 21:51:28 +08:00
<span
class="ant-switch-inner-checked"
>
Input
</span>
<span
class="ant-switch-inner-unchecked"
>
TextArea
</span>
2020-12-29 22:42:04 +08:00
</span>
</button>
</div>
</div>
</div>
2021-01-26 09:36:20 +08:00
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2021-01-26 09:36:20 +08:00
>
<br />
</div>
2020-12-29 22:42:04 +08:00
<div
class="ant-space-item"
>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 100%;"
2020-12-29 22:42:04 +08:00
type="text"
value="Ant Design love you!"
/>
</div>
</div>
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/group.md correctly 1`] = `
2019-12-26 15:15:46 +08:00
<div
class="site-input-group-wrapper"
>
2016-11-22 14:28:05 +08:00
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-lg"
>
2016-11-22 14:28:05 +08:00
<div
2019-02-20 15:31:41 +08:00
class="ant-row"
2022-09-09 15:51:35 +08:00
style="margin-left: -4px; margin-right: -4px;"
2017-03-17 18:56:30 +08:00
>
2019-02-20 15:31:41 +08:00
<div
2020-01-03 15:20:28 +08:00
class="ant-col ant-col-5"
2022-09-09 15:51:35 +08:00
style="padding-left: 4px; padding-right: 4px;"
2019-02-20 15:31:41 +08:00
>
<input
class="ant-input"
type="text"
value="0571"
/>
</div>
<div
2020-01-03 15:20:28 +08:00
class="ant-col ant-col-8"
2022-09-09 15:51:35 +08:00
style="padding-left: 4px; padding-right: 4px;"
2019-02-20 15:31:41 +08:00
>
<input
class="ant-input"
type="text"
value="26888888"
/>
</div>
2016-11-22 14:28:05 +08:00
</div>
</span>
2017-01-02 00:12:41 +08:00
<br />
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-compact"
>
2017-01-02 00:12:41 +08:00
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 20%;"
2017-01-02 00:12:41 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value="0571"
/>
2017-01-02 00:12:41 +08:00
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 30%;"
2017-01-02 00:12:41 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value="26888888"
/>
2017-01-02 00:12:41 +08:00
</span>
<br />
2021-11-12 14:47:53 +08:00
<span
class="ant-input-group ant-input-group-compact"
>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: calc(100% - 200px);"
2021-11-12 14:47:53 +08:00
type="text"
value="https://ant.design"
/>
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
2021-11-18 14:03:26 +08:00
Submit
2021-11-12 14:47:53 +08:00
</span>
</button>
</span>
<br />
<span
class="ant-input-group ant-input-group-compact"
>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: calc(100% - 200px);"
2021-11-12 14:47:53 +08:00
type="text"
value="git@github.com:ant-design/ant-design.git"
/>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only"
2021-11-12 14:47:53 +08:00
type="button"
>
<span
aria-label="copy"
class="anticon anticon-copy"
role="img"
>
<svg
aria-hidden="true"
data-icon="copy"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"
/>
</svg>
</span>
</button>
</span>
<br />
2017-01-02 00:12:41 +08:00
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-compact"
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-01-02 00:12:41 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Zhejiang"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
Zhejiang
2017-01-02 00:12:41 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-01-02 00:12:41 +08:00
</div>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 50%;"
2017-01-02 00:12:41 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value="Xihu District, Hangzhou"
/>
2017-01-02 00:12:41 +08:00
</span>
<br />
2020-03-14 12:41:55 +08:00
<span
2020-10-24 23:28:24 +08:00
class="ant-input-group ant-input-group-compact"
>
<span
class="ant-input-group-wrapper ant-input-search"
2022-09-09 15:51:35 +08:00
style="width: 40%;"
2020-10-24 23:28:24 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
>
<input
class="ant-input"
type="text"
value="0571"
/>
<span
class="ant-input-suffix"
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon"
2020-10-24 23:28:24 +08:00
role="button"
tabindex="-1"
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2020-10-24 23:28:24 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2020-10-24 23:28:24 +08:00
</span>
</span>
</span>
<span
class="ant-input-group-addon"
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-input-search-button"
2020-10-24 23:28:24 +08:00
type="button"
>
<span
aria-label="search"
class="anticon anticon-search"
role="img"
>
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
</span>
</span>
</span>
<span
class="ant-input-group-wrapper ant-input-search"
2022-09-09 15:51:35 +08:00
style="width: 40%;"
2020-10-24 23:28:24 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
>
<input
class="ant-input"
type="text"
value="26888888"
/>
<span
class="ant-input-suffix"
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon"
2020-10-24 23:28:24 +08:00
role="button"
tabindex="-1"
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2020-10-24 23:28:24 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2020-10-24 23:28:24 +08:00
</span>
</span>
</span>
<span
class="ant-input-group-addon"
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-input-search-button"
2020-10-24 23:28:24 +08:00
type="button"
>
<span
aria-label="search"
class="anticon anticon-search"
role="img"
>
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
</span>
</span>
</span>
2020-03-14 12:41:55 +08:00
</span>
<br />
2017-01-02 00:12:41 +08:00
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-compact"
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-01-02 00:12:41 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Option1"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
Option1
2017-01-02 00:12:41 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-01-02 00:12:41 +08:00
</div>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 50%;"
2017-01-02 00:12:41 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value="input content"
/>
2017-01-02 00:12:41 +08:00
<div
2017-03-17 18:56:30 +08:00
class="ant-input-number"
>
2017-01-02 00:12:41 +08:00
<div
2017-03-17 18:56:30 +08:00
class="ant-input-number-handler-wrap"
>
2017-01-02 00:12:41 +08:00
<span
2021-02-22 22:07:19 +08:00
aria-disabled="false"
2017-04-24 17:08:56 +08:00
aria-label="Increase Value"
2020-04-29 14:18:19 +08:00
class="ant-input-number-handler ant-input-number-handler-up"
2017-04-24 17:08:56 +08:00
role="button"
2020-07-27 22:32:21 +08:00
unselectable="on"
2017-03-17 18:56:30 +08:00
>
2019-08-13 14:07:17 +08:00
<span
aria-label="up"
2018-08-13 20:51:01 +08:00
class="anticon anticon-up ant-input-number-handler-up-inner"
2019-08-13 14:07:17 +08:00
role="img"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
data-icon="up"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<path
2019-08-13 14:07:17 +08:00
d="M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"
2018-09-02 19:53:29 +08:00
/>
</svg>
2019-08-13 14:07:17 +08:00
</span>
2017-01-02 00:12:41 +08:00
</span>
<span
2021-02-22 22:07:19 +08:00
aria-disabled="false"
2017-04-24 17:08:56 +08:00
aria-label="Decrease Value"
2020-04-29 14:18:19 +08:00
class="ant-input-number-handler ant-input-number-handler-down"
2017-04-24 17:08:56 +08:00
role="button"
2020-07-27 22:32:21 +08:00
unselectable="on"
2017-03-17 18:56:30 +08:00
>
2019-08-13 14:07:17 +08:00
<span
aria-label="down"
2018-08-13 20:51:01 +08:00
class="anticon anticon-down ant-input-number-handler-down-inner"
2019-08-13 14:07:17 +08:00
role="img"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<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>
2017-01-02 00:12:41 +08:00
</span>
</div>
<div
2017-03-17 18:56:30 +08:00
class="ant-input-number-input-wrap"
>
2017-01-02 00:12:41 +08:00
<input
autocomplete="off"
class="ant-input-number-input"
2019-10-15 18:36:22 +08:00
role="spinbutton"
2017-08-18 12:17:07 +08:00
step="1"
2017-03-17 18:56:30 +08:00
value=""
/>
2017-01-02 00:12:41 +08:00
</div>
</div>
</span>
<br />
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-compact"
>
2017-01-02 00:12:41 +08:00
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 50%;"
2017-01-02 00:12:41 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value="input content"
/>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker"
2022-09-09 15:51:35 +08:00
style="width: 50%;"
2017-03-17 18:56:30 +08:00
>
2019-12-11 23:32:19 +08:00
<div
class="ant-picker-input"
>
2017-01-02 00:12:41 +08:00
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2017-09-26 23:12:47 +08:00
placeholder="Select date"
2017-01-02 00:12:41 +08:00
readonly=""
2019-12-11 23:32:19 +08:00
size="12"
2020-03-05 20:32:38 +08:00
title=""
2017-03-17 18:56:30 +08:00
value=""
/>
2019-08-13 14:07:17 +08:00
<span
2019-12-11 23:32:19 +08:00
class="ant-picker-suffix"
2018-09-02 19:53:29 +08:00
>
2019-12-11 23:32:19 +08:00
<span
aria-label="calendar"
class="anticon anticon-calendar"
role="img"
2018-09-02 19:53:29 +08:00
>
2019-12-11 23:32:19 +08:00
<svg
aria-hidden="true"
data-icon="calendar"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
/>
</svg>
</span>
2019-08-13 14:07:17 +08:00
</span>
2017-06-03 01:38:26 +08:00
</div>
2019-12-11 23:32:19 +08:00
</div>
2017-01-02 00:12:41 +08:00
</span>
<br />
2020-04-11 20:33:08 +08:00
<span
class="ant-input-group ant-input-group-compact"
>
<input
class="ant-input"
2022-09-09 15:51:35 +08:00
style="width: 30%;"
2020-04-11 20:33:08 +08:00
type="text"
value="input content"
/>
<div
class="ant-picker ant-picker-range"
2022-09-09 15:51:35 +08:00
style="width: 70%;"
2020-04-11 20:33:08 +08:00
>
<div
class="ant-picker-input ant-picker-input-active"
>
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2020-04-11 20:33:08 +08:00
placeholder="Start date"
readonly=""
size="12"
value=""
/>
</div>
<div
class="ant-picker-range-separator"
>
<span
aria-label="to"
class="ant-picker-separator"
>
<span
aria-label="swap-right"
class="anticon anticon-swap-right"
role="img"
>
<svg
aria-hidden="true"
data-icon="swap-right"
fill="currentColor"
focusable="false"
height="1em"
viewBox="0 0 1024 1024"
width="1em"
>
<path
d="M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z"
/>
</svg>
</span>
</span>
</div>
<div
class="ant-picker-input"
>
<input
2020-05-13 16:10:11 +08:00
autocomplete="off"
2020-04-11 20:33:08 +08:00
placeholder="End date"
readonly=""
size="12"
value=""
/>
</div>
<div
class="ant-picker-active-bar"
2022-09-09 15:51:35 +08:00
style="left: 0px; width: 0px; position: absolute;"
2020-04-11 20:33:08 +08:00
/>
<span
class="ant-picker-suffix"
>
<span
aria-label="calendar"
class="anticon anticon-calendar"
role="img"
>
<svg
aria-hidden="true"
data-icon="calendar"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
/>
</svg>
</span>
</span>
</div>
</span>
<br />
2017-01-02 00:12:41 +08:00
<span
2017-03-17 18:56:30 +08:00
class="ant-input-group ant-input-group-compact"
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-01-02 00:12:41 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Option1-1"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
Option1-1
2017-01-02 00:12:41 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-01-02 00:12:41 +08:00
</div>
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2017-03-17 18:56:30 +08:00
>
2017-01-02 00:12:41 +08:00
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-01-02 00:12:41 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Option2-2"
2017-03-17 18:56:30 +08:00
>
2019-09-12 20:15:17 +08:00
Option2-2
2017-01-02 00:12:41 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-01-02 00:12:41 +08:00
</div>
</span>
<br />
2017-04-19 11:31:28 +08:00
<span
class="ant-input-group ant-input-group-compact"
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2017-04-19 11:31:28 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-04-19 11:31:28 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-04-19 11:31:28 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-04-19 11:31:28 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Between"
2017-04-19 11:31:28 +08:00
>
2019-09-12 20:15:17 +08:00
Between
2017-04-19 11:31:28 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-04-19 11:31:28 +08:00
</div>
<input
class="ant-input"
2017-04-22 09:28:44 +08:00
placeholder="Minimum"
2022-09-09 15:51:35 +08:00
style="width: 100px; text-align: center;"
2017-04-19 11:31:28 +08:00
type="text"
2018-12-27 11:41:30 +08:00
value=""
2017-04-19 11:31:28 +08:00
/>
<input
2019-12-26 15:15:46 +08:00
class="ant-input ant-input-disabled site-input-split"
2017-08-04 21:25:21 +08:00
disabled=""
2017-04-19 11:31:28 +08:00
placeholder="~"
2022-09-09 15:51:35 +08:00
style="width: 30px; border-left: 0; border-right: 0; pointer-events: none;"
2017-04-19 11:31:28 +08:00
type="text"
2018-12-27 11:41:30 +08:00
value=""
2017-04-19 11:31:28 +08:00
/>
<input
2020-03-02 12:24:24 +08:00
class="ant-input site-input-right"
2017-04-22 09:28:44 +08:00
placeholder="Maximum"
2022-09-09 15:51:35 +08:00
style="width: 100px; text-align: center;"
2017-04-19 11:31:28 +08:00
type="text"
2018-12-27 11:41:30 +08:00
value=""
2017-04-19 11:31:28 +08:00
/>
</span>
2017-04-22 09:28:44 +08:00
<br />
<span
class="ant-input-group ant-input-group-compact"
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 30%;"
2017-04-22 09:28:44 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-04-22 09:28:44 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Sign Up"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
Sign Up
2017-04-22 09:28:44 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-04-22 09:28:44 +08:00
</div>
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
2022-09-09 15:51:35 +08:00
style="width: 70%;"
2017-04-22 09:28:44 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-09-12 20:15:17 +08:00
role="combobox"
2020-09-05 00:38:39 +08:00
type="search"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-04-22 09:28:44 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-placeholder"
2017-04-22 09:28:44 +08:00
>
2019-09-12 20:15:17 +08:00
Email
2017-04-22 09:28:44 +08:00
</span>
</div>
</div>
</span>
2017-04-26 15:17:35 +08:00
<br />
<span
class="ant-input-group ant-input-group-compact"
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select ant-select-single ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 30%;"
2017-04-26 15:17:35 +08:00
>
<div
2019-09-12 20:15:17 +08:00
class="ant-select-selector"
2017-04-26 15:17:35 +08:00
>
2019-09-12 20:15:17 +08:00
<span
class="ant-select-selection-search"
2017-04-26 15:17:35 +08:00
>
2019-09-12 20:15:17 +08:00
<input
2022-09-09 15:51:35 +08:00
aria-activedescendant="rc_select_test_list_test"
2019-09-12 20:15:17 +08:00
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2019-09-12 20:15:17 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2019-09-12 20:15:17 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2019-12-25 11:29:54 +08:00
readonly=""
2019-09-12 20:15:17 +08:00
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2020-09-05 00:38:39 +08:00
type="search"
2020-05-12 14:57:05 +08:00
unselectable="on"
2019-09-12 20:15:17 +08:00
value=""
/>
</span>
2017-04-26 15:17:35 +08:00
<span
2019-09-12 20:15:17 +08:00
class="ant-select-selection-item"
2020-07-09 15:16:49 +08:00
title="Home"
2017-04-26 15:17:35 +08:00
>
2019-09-12 20:15:17 +08:00
Home
2017-04-26 15:17:35 +08:00
</span>
</div>
2019-09-12 20:15:17 +08:00
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2019-09-12 20:15:17 +08:00
unselectable="on"
>
<span
aria-label="down"
2020-06-24 23:28:54 +08:00
class="anticon anticon-down ant-select-suffix"
2019-09-12 20:15:17 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
</span>
2017-04-26 15:17:35 +08:00
</div>
2021-08-31 15:51:02 +08:00
<div
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
2022-09-09 15:51:35 +08:00
style="width: 70%;"
2017-04-26 15:17:35 +08:00
>
2021-08-31 15:51:02 +08:00
<div
class="ant-select-selector"
2018-09-02 19:53:29 +08:00
>
2021-08-31 15:51:02 +08:00
<span
class="ant-select-selection-search"
2018-09-02 19:53:29 +08:00
>
2021-08-31 15:51:02 +08:00
<input
aria-autocomplete="list"
2022-09-09 15:51:35 +08:00
aria-controls="rc_select_test_list"
2021-08-31 15:51:02 +08:00
aria-haspopup="listbox"
2022-09-09 15:51:35 +08:00
aria-owns="rc_select_test_list"
2021-08-31 15:51:02 +08:00
autocomplete="off"
class="ant-select-selection-search-input"
2022-09-09 15:51:35 +08:00
id="rc_select_test"
2021-08-31 15:51:02 +08:00
readonly=""
role="combobox"
2022-09-09 15:51:35 +08:00
style="opacity: 0;"
2021-08-31 15:51:02 +08:00
type="search"
unselectable="on"
value=""
2018-09-02 19:53:29 +08:00
/>
2021-08-31 15:51:02 +08:00
</span>
<span
class="ant-select-selection-placeholder"
>
Select Address
</span>
</div>
<span
aria-hidden="true"
class="ant-select-arrow"
2022-09-09 15:51:35 +08:00
style="user-select: none;"
2021-08-31 15:51:02 +08:00
unselectable="on"
>
<span
aria-label="down"
class="anticon anticon-down ant-select-suffix"
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<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>
</span>
2019-08-13 14:07:17 +08:00
</span>
2021-08-31 15:51:02 +08:00
</div>
2017-04-26 15:17:35 +08:00
</span>
2016-11-22 14:28:05 +08:00
</div>
`;
2018-12-02 07:38:12 +08:00
exports[`renders ./components/input/demo/password-input.md correctly 1`] = `
2020-04-30 21:19:16 +08:00
<div
class="ant-space ant-space-vertical"
2018-12-02 07:38:12 +08:00
>
2020-04-30 21:19:16 +08:00
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2018-12-02 07:38:12 +08:00
>
2019-08-13 14:07:17 +08:00
<span
2020-09-06 13:07:39 +08:00
class="ant-input-affix-wrapper ant-input-password"
2018-12-02 07:38:12 +08:00
>
2020-04-30 21:19:16 +08:00
<input
action="click"
class="ant-input"
placeholder="input password"
type="password"
value=""
/>
<span
class="ant-input-suffix"
2018-12-02 07:38:12 +08:00
>
2020-04-30 21:19:16 +08:00
<span
aria-label="eye-invisible"
class="anticon anticon-eye-invisible ant-input-password-icon"
role="img"
tabindex="-1"
>
<svg
aria-hidden="true"
data-icon="eye-invisible"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"
/>
<path
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"
/>
</svg>
</span>
</span>
2019-08-13 14:07:17 +08:00
</span>
2020-04-30 21:19:16 +08:00
</div>
<div
class="ant-space-item"
>
<span
2020-09-06 13:07:39 +08:00
class="ant-input-affix-wrapper ant-input-password"
2020-04-30 21:19:16 +08:00
>
<input
action="click"
class="ant-input"
placeholder="input password"
type="password"
value=""
/>
<span
class="ant-input-suffix"
>
<span
aria-label="eye-invisible"
class="anticon anticon-eye-invisible ant-input-password-icon"
role="img"
tabindex="-1"
>
<svg
aria-hidden="true"
data-icon="eye-invisible"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"
/>
<path
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"
/>
</svg>
</span>
</span>
</span>
</div>
</div>
2018-12-02 07:38:12 +08:00
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2017-01-05 17:24:14 +08:00
<span
2019-08-05 22:14:00 +08:00
class="ant-input-affix-wrapper"
2017-03-17 18:56:30 +08:00
>
2019-08-05 22:14:00 +08:00
<span
class="ant-input-prefix"
2018-09-02 19:53:29 +08:00
>
2019-08-13 14:07:17 +08:00
<span
aria-label="user"
2019-12-26 15:15:46 +08:00
class="anticon anticon-user site-form-item-icon"
2019-08-13 14:07:17 +08:00
role="img"
2018-09-02 19:53:29 +08:00
>
2019-08-05 22:14:00 +08:00
<svg
aria-hidden="true"
data-icon="user"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
2019-08-13 14:07:17 +08:00
d="M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
2019-08-05 22:14:00 +08:00
/>
</svg>
2019-08-13 14:07:17 +08:00
</span>
2019-08-05 22:14:00 +08:00
</span>
<input
class="ant-input"
placeholder="Enter your username"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
2019-08-13 14:07:17 +08:00
<span
aria-label="info-circle"
2019-08-05 22:14:00 +08:00
class="anticon anticon-info-circle"
2019-08-13 14:07:17 +08:00
role="img"
2022-09-09 15:51:35 +08:00
style="color: rgba(0, 0, 0, 0.45);"
2019-08-05 22:14:00 +08:00
>
<svg
aria-hidden="true"
data-icon="info-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
/>
<path
2019-08-13 14:07:17 +08:00
d="M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"
2019-08-05 22:14:00 +08:00
/>
</svg>
2019-08-13 14:07:17 +08:00
</span>
2019-08-05 22:14:00 +08:00
</span>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2019-03-26 22:37:11 +08:00
<span
2019-08-05 22:14:00 +08:00
class="ant-input-affix-wrapper"
2019-03-26 22:37:11 +08:00
>
2019-08-05 22:14:00 +08:00
<span
class="ant-input-prefix"
2019-03-26 22:37:11 +08:00
>
2019-08-05 22:14:00 +08:00
¥
</span>
<input
class="ant-input"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
RMB
</span>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2020-01-14 11:59:38 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-disabled"
>
<span
class="ant-input-prefix"
>
¥
</span>
<input
class="ant-input ant-input-disabled"
disabled=""
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
RMB
</span>
2020-04-23 18:11:11 +08:00
</span>,
]
2017-01-01 01:06:19 +08:00
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
2021-01-10 21:42:44 +08:00
<div
class="ant-space ant-space-vertical"
>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2020-10-24 23:28:24 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-group-wrapper ant-input-search"
2022-09-09 15:51:35 +08:00
style="width: 200px;"
2020-10-24 23:28:24 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-wrapper ant-input-group"
2020-10-24 23:28:24 +08:00
>
<input
class="ant-input"
placeholder="input search text"
type="text"
value=""
/>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-group-addon"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-input-search-button"
2021-01-10 21:42:44 +08:00
type="button"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<span
aria-label="search"
class="anticon anticon-search"
role="img"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
2020-10-24 23:28:24 +08:00
</span>
</span>
</span>
2021-01-10 21:42:44 +08:00
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2017-09-15 17:03:43 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-group-wrapper ant-input-search"
2022-09-09 15:51:35 +08:00
style="width: 200px;"
2017-09-15 17:03:43 +08:00
>
2019-01-25 11:06:05 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-wrapper ant-input-group"
2017-09-15 17:03:43 +08:00
>
2021-01-10 21:42:44 +08:00
<span
class="ant-input-affix-wrapper"
2018-09-02 19:53:29 +08:00
>
2021-01-10 21:42:44 +08:00
<input
class="ant-input"
placeholder="input search text"
type="text"
value=""
/>
2019-08-13 14:07:17 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-suffix"
2018-09-02 19:53:29 +08:00
>
2021-01-10 21:42:44 +08:00
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon ant-input-clear-icon-hidden"
2021-01-10 21:42:44 +08:00
role="button"
tabindex="-1"
2019-01-25 11:06:05 +08:00
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2021-11-13 15:37:27 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2021-11-13 15:37:27 +08:00
</span>
</span>
</span>
<span
class="ant-input-group-addon"
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-input-search-button"
2021-11-13 15:37:27 +08:00
type="button"
>
<span
aria-label="search"
class="anticon anticon-search"
role="img"
>
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
</span>
</span>
</span>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2021-11-13 15:37:27 +08:00
>
<span
class="ant-input-group-wrapper ant-input-search"
2022-09-09 15:51:35 +08:00
style="width: 304px;"
2021-11-13 15:37:27 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-group-addon"
>
https://
</span>
<span
class="ant-input-affix-wrapper"
>
<input
2021-01-10 21:42:44 +08:00
class="ant-input"
placeholder="input search text"
type="text"
value=""
/>
2019-08-13 14:07:17 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-suffix"
2018-09-02 19:53:29 +08:00
>
2021-01-10 21:42:44 +08:00
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon ant-input-clear-icon-hidden"
2021-01-10 21:42:44 +08:00
role="button"
tabindex="-1"
2019-01-25 11:06:05 +08:00
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2021-01-10 21:42:44 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2021-01-10 21:42:44 +08:00
</span>
2019-08-13 14:07:17 +08:00
</span>
2021-01-10 21:42:44 +08:00
</span>
<span
class="ant-input-group-addon"
>
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-input-search-button"
2021-01-10 21:42:44 +08:00
type="button"
>
<span
aria-label="search"
class="anticon anticon-search"
role="img"
>
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
</span>
2019-01-25 11:06:05 +08:00
</span>
2017-09-15 17:03:43 +08:00
</span>
2021-01-10 21:42:44 +08:00
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2017-09-15 17:03:43 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button"
2017-09-15 17:03:43 +08:00
>
2020-10-24 23:28:24 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-wrapper ant-input-group"
2020-10-24 23:28:24 +08:00
>
<input
2021-01-10 21:42:44 +08:00
class="ant-input"
2020-10-24 23:28:24 +08:00
placeholder="input search text"
type="text"
value=""
/>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-group-addon"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<button
class="ant-btn ant-btn-primary ant-input-search-button"
type="button"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<span
aria-label="search"
class="anticon anticon-search"
role="img"
2020-10-24 23:28:24 +08:00
>
2021-01-10 21:42:44 +08:00
<svg
aria-hidden="true"
data-icon="search"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
/>
</svg>
</span>
</button>
2020-10-24 23:28:24 +08:00
</span>
</span>
2021-01-10 21:42:44 +08:00
</span>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2021-01-10 21:42:44 +08:00
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-group-wrapper ant-input-search ant-input-search-large ant-input-search-with-button ant-input-group-wrapper-lg"
2021-01-10 21:42:44 +08:00
>
2019-01-25 11:06:05 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-wrapper ant-input-group"
2017-09-15 17:03:43 +08:00
>
2021-01-10 21:42:44 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-lg"
2019-01-25 11:06:05 +08:00
>
2021-01-10 21:42:44 +08:00
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-lg"
2021-01-10 21:42:44 +08:00
placeholder="input search text"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-clear-icon ant-input-clear-icon-hidden"
2021-01-10 21:42:44 +08:00
role="button"
tabindex="-1"
>
2022-03-01 14:17:48 +08:00
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
2021-01-10 21:42:44 +08:00
>
2022-03-01 14:17:48 +08:00
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
2021-01-10 21:42:44 +08:00
</span>
2019-01-25 11:06:05 +08:00
</span>
2021-01-10 21:42:44 +08:00
</span>
<span
class="ant-input-group-addon"
>
<button
class="ant-btn ant-btn-primary ant-btn-lg ant-input-search-button"
type="button"
>
<span>
Search
</span>
</button>
</span>
2019-01-25 11:06:05 +08:00
</span>
2017-09-15 17:03:43 +08:00
</span>
2021-01-10 21:42:44 +08:00
</div>
<div
class="ant-space-item"
2020-04-23 18:11:11 +08:00
>
<span
2022-03-01 14:17:48 +08:00
class="ant-input-group-wrapper ant-input-search ant-input-search-large ant-input-search-with-button ant-input-group-wrapper-lg"
2020-04-23 18:11:11 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-wrapper ant-input-group"
2020-04-23 18:11:11 +08:00
>
<span
2021-01-10 21:42:44 +08:00
class="ant-input-affix-wrapper ant-input-affix-wrapper-lg"
2020-04-23 18:11:11 +08:00
>
2021-01-10 21:42:44 +08:00
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-lg"
2021-01-10 21:42:44 +08:00
placeholder="input search text"
type="text"
value=""
/>
2020-04-23 18:11:11 +08:00
<span
2021-01-10 21:42:44 +08:00
class="ant-input-suffix"
2020-04-23 18:11:11 +08:00
>
2021-01-10 21:42:44 +08:00
<span
aria-label="audio"
class="anticon anticon-audio"
role="img"
2022-09-09 15:51:35 +08:00
style="font-size: 16px; color: rgb(24, 144, 255);"
2020-04-23 18:11:11 +08:00
>
2021-01-10 21:42:44 +08:00
<svg
aria-hidden="true"
data-icon="audio"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z"
/>
</svg>
</span>
2020-04-23 18:11:11 +08:00
</span>
</span>
2021-01-10 21:42:44 +08:00
<span
class="ant-input-group-addon"
2020-04-23 18:11:11 +08:00
>
2021-01-10 21:42:44 +08:00
<button
class="ant-btn ant-btn-primary ant-btn-lg ant-input-search-button"
type="button"
>
<span>
Search
</span>
</button>
</span>
2020-04-23 18:11:11 +08:00
</span>
</span>
2021-01-10 21:42:44 +08:00
</div>
</div>
2016-11-22 14:28:05 +08:00
`;
2019-09-12 22:32:29 +08:00
exports[`renders ./components/input/demo/search-input-loading.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2019-09-12 22:32:29 +08:00
<span
2020-10-13 21:16:20 +08:00
class="ant-input-group-wrapper ant-input-search"
2019-09-12 22:32:29 +08:00
>
<span
2020-10-13 21:16:20 +08:00
class="ant-input-wrapper ant-input-group"
2019-09-12 22:32:29 +08:00
>
2020-10-13 21:16:20 +08:00
<input
class="ant-input"
placeholder="input search loading default"
type="text"
value=""
/>
2019-10-16 10:44:56 +08:00
<span
2020-10-13 21:16:20 +08:00
class="ant-input-group-addon"
2019-09-12 22:32:29 +08:00
>
2020-10-13 21:16:20 +08:00
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default ant-btn-icon-only ant-btn-loading ant-input-search-button"
2020-10-13 21:16:20 +08:00
type="button"
2019-09-12 22:32:29 +08:00
>
2020-10-13 21:16:20 +08:00
<span
class="ant-btn-loading-icon"
>
<span
aria-label="loading"
2020-11-14 00:43:12 +08:00
class="anticon anticon-loading anticon-spin"
2020-10-13 21:16:20 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="loading"
fill="currentColor"
focusable="false"
height="1em"
viewBox="0 0 1024 1024"
width="1em"
>
<path
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
/>
</svg>
</span>
</span>
</button>
2019-10-16 10:44:56 +08:00
</span>
2019-09-12 22:32:29 +08:00
</span>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2019-09-12 22:32:29 +08:00
<span
2020-10-24 23:28:24 +08:00
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button"
2019-09-12 22:32:29 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<input
class="ant-input"
placeholder="input search loading with enterButton"
type="text"
value=""
/>
<span
class="ant-input-group-addon"
>
<button
2020-10-13 21:16:20 +08:00
class="ant-btn ant-btn-primary ant-btn-loading ant-input-search-button"
2019-09-12 22:32:29 +08:00
type="button"
>
2019-10-16 10:44:56 +08:00
<span
2020-10-13 21:16:20 +08:00
class="ant-btn-loading-icon"
2019-09-12 22:32:29 +08:00
>
2020-10-13 21:16:20 +08:00
<span
aria-label="loading"
2020-11-14 00:43:12 +08:00
class="anticon anticon-loading anticon-spin"
2020-10-13 21:16:20 +08:00
role="img"
2019-09-12 22:32:29 +08:00
>
2020-10-13 21:16:20 +08:00
<svg
aria-hidden="true"
data-icon="loading"
fill="currentColor"
focusable="false"
height="1em"
viewBox="0 0 1024 1024"
width="1em"
>
<path
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
/>
</svg>
</span>
</span>
</button>
</span>
</span>
</span>,
<br />,
<br />,
<span
2022-03-01 14:17:48 +08:00
class="ant-input-group-wrapper ant-input-search ant-input-search-large ant-input-search-with-button ant-input-group-wrapper-lg"
2020-10-13 21:16:20 +08:00
>
<span
class="ant-input-wrapper ant-input-group"
>
<input
class="ant-input ant-input-lg"
placeholder="input search text"
type="text"
value=""
/>
<span
class="ant-input-group-addon"
>
<button
class="ant-btn ant-btn-primary ant-btn-lg ant-btn-loading ant-input-search-button"
type="button"
>
<span
class="ant-btn-loading-icon"
2022-09-09 15:51:35 +08:00
style="width: 0px; opacity: 0; transform: scale(0);"
2020-10-13 21:16:20 +08:00
>
<span
aria-label="loading"
2022-09-09 15:51:35 +08:00
class="anticon anticon-loading anticon-spin ant-btn-loading-icon-motion-appear ant-btn-loading-icon-motion-appear-start ant-btn-loading-icon-motion"
2020-10-13 21:16:20 +08:00
role="img"
>
<svg
aria-hidden="true"
data-icon="loading"
fill="currentColor"
focusable="false"
height="1em"
viewBox="0 0 1024 1024"
width="1em"
>
<path
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
/>
</svg>
</span>
</span>
<span>
Search
2019-10-16 10:44:56 +08:00
</span>
2019-09-12 22:32:29 +08:00
</button>
</span>
</span>
2020-04-23 18:11:11 +08:00
</span>,
]
2019-09-12 22:32:29 +08:00
`;
2021-10-15 16:23:47 +08:00
exports[`renders ./components/input/demo/show-count.md correctly 1`] = `
Array [
<span
class="ant-input-affix-wrapper"
>
<input
class="ant-input"
maxlength="20"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
<span
class="ant-input-show-count-suffix"
>
0 / 20
</span>
</span>
</span>,
<br />,
<br />,
<div
class="ant-input-textarea ant-input-textarea-show-count"
data-count="0 / 100"
>
<textarea
class="ant-input"
/>
</div>,
]
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/size.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2020-02-09 11:57:42 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-lg"
>
<span
class="ant-input-prefix"
>
<span
aria-label="user"
class="anticon anticon-user"
role="img"
>
<svg
aria-hidden="true"
data-icon="user"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
/>
</svg>
</span>
</span>
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-lg"
2020-02-09 11:57:42 +08:00
placeholder="large size"
type="text"
value=""
/>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2020-02-09 11:57:42 +08:00
<span
class="ant-input-affix-wrapper"
>
<span
class="ant-input-prefix"
>
<span
aria-label="user"
class="anticon anticon-user"
role="img"
>
<svg
aria-hidden="true"
data-icon="user"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
/>
</svg>
</span>
</span>
<input
class="ant-input"
placeholder="default size"
type="text"
value=""
/>
2020-04-23 18:11:11 +08:00
</span>,
<br />,
<br />,
2020-02-09 11:57:42 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-sm"
>
<span
class="ant-input-prefix"
>
<span
aria-label="user"
class="anticon anticon-user"
role="img"
>
<svg
aria-hidden="true"
data-icon="user"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
/>
</svg>
</span>
</span>
<input
2022-03-14 15:05:24 +08:00
class="ant-input ant-input-sm"
2020-02-09 11:57:42 +08:00
placeholder="small size"
type="text"
value=""
/>
2020-04-23 18:11:11 +08:00
</span>,
]
2016-11-22 14:28:05 +08:00
`;
2022-02-14 17:09:35 +08:00
exports[`renders ./components/input/demo/status.md correctly 1`] = `
<div
class="ant-space ant-space-vertical"
2022-09-09 15:51:35 +08:00
style="width: 100%;"
2022-02-14 17:09:35 +08:00
>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2022-02-14 17:09:35 +08:00
>
<input
class="ant-input ant-input-status-error"
placeholder="Error"
type="text"
value=""
/>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2022-02-14 17:09:35 +08:00
>
<input
class="ant-input ant-input-status-warning"
placeholder="Warning"
type="text"
value=""
/>
</div>
<div
class="ant-space-item"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 8px;"
2022-02-14 17:09:35 +08:00
>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-status-error"
>
<span
class="ant-input-prefix"
>
<span
aria-label="clock-circle"
class="anticon anticon-clock-circle"
role="img"
>
<svg
aria-hidden="true"
data-icon="clock-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
/>
<path
d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"
/>
</svg>
</span>
</span>
<input
class="ant-input"
placeholder="Error with prefix"
type="text"
value=""
/>
</span>
</div>
<div
class="ant-space-item"
>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-status-warning"
>
<span
class="ant-input-prefix"
>
<span
aria-label="clock-circle"
class="anticon anticon-clock-circle"
role="img"
>
<svg
aria-hidden="true"
data-icon="clock-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
/>
<path
d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"
/>
</svg>
</span>
</span>
<input
class="ant-input"
placeholder="Warning with prefix"
type="text"
value=""
/>
</span>
</div>
</div>
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/textarea.md correctly 1`] = `
2022-02-14 11:27:52 +08:00
Array [
<textarea
class="ant-input"
rows="4"
/>,
<br />,
<br />,
<textarea
class="ant-input"
placeholder="maxLength is 6"
rows="4"
/>,
]
2016-11-22 14:28:05 +08:00
`;
2016-11-24 14:03:57 +08:00
2018-11-27 13:46:42 +08:00
exports[`renders ./components/input/demo/textarea-resize.md correctly 1`] = `
2020-04-23 18:11:11 +08:00
Array [
2018-11-27 13:46:42 +08:00
<button
2022-02-11 15:02:59 +08:00
class="ant-btn ant-btn-default"
2022-09-09 15:51:35 +08:00
style="margin-bottom: 16px;"
2018-11-27 13:46:42 +08:00
type="button"
>
<span>
2019-05-17 12:04:47 +08:00
Auto Resize: false
2018-11-27 13:46:42 +08:00
</span>
2020-04-23 18:11:11 +08:00
</button>,
2020-10-19 14:03:19 +08:00
<textarea
class="ant-input"
rows="4"
2018-11-27 13:46:42 +08:00
>
2020-10-19 14:03:19 +08:00
The autoSize property applies to textarea nodes, and only the height changes automatically. In addition, autoSize can be set to an object, specifying the minimum number of rows and the maximum number of rows. The autoSize property applies to textarea nodes, and only the height changes automatically. In addition, autoSize can be set to an object, specifying the minimum number of rows and the maximum number of rows.
</textarea>,
2021-07-13 21:38:19 +08:00
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-textarea-with-clear-btn"
2022-09-09 15:51:35 +08:00
style="width: 93px;"
2021-07-13 21:38:19 +08:00
>
<textarea
class="ant-input"
/>
<span
aria-label="close-circle"
class="anticon anticon-close-circle ant-input-clear-icon-hidden ant-input-clear-icon"
role="button"
tabindex="-1"
>
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
/>
</svg>
</span>
</span>,
2020-04-23 18:11:11 +08:00
]
2018-11-27 13:46:42 +08:00
`;
2020-10-10 11:30:58 +08:00
exports[`renders ./components/input/demo/textarea-show-count.md correctly 1`] = `
<div
class="ant-input-textarea ant-input-textarea-show-count"
data-count="0 / 100"
2022-09-09 15:51:35 +08:00
style="height: 120px;"
2020-10-10 11:30:58 +08:00
>
<textarea
class="ant-input"
/>
</div>
`;
2017-03-17 18:56:30 +08:00
exports[`renders ./components/input/demo/tooltip.md correctly 1`] = `
2017-02-19 15:21:46 +08:00
<input
class="ant-input"
2022-09-24 23:13:24 +08:00
maxlength="16"
2017-02-19 15:21:46 +08:00
placeholder="Input a number"
2022-09-09 15:51:35 +08:00
style="width: 120px;"
2017-02-19 15:21:46 +08:00
type="text"
2017-03-17 18:56:30 +08:00
value=""
/>
2016-11-24 14:03:57 +08:00
`;