|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div> |
|
|
|
@ -16,22 +16,22 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`
|
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/basic.md correctly 1`] = ` |
|
|
|
|
<div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-disabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="-1" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="anticon anticon-loading"><svg viewBox="0 0 1024 1024" data-icon="loading" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class="anticon-spin"><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 0 0-94.3-139.9 437.71 437.71 0 0 0-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"></path></svg></i></span> |
|
|
|
@ -42,15 +42,15 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/coordinate.md correctly 1`] = ` |
|
|
|
|
<div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Zhejiang" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Zhejiang</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Hangzhou" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Hangzhou</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
@ -60,8 +60,8 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
@ -70,7 +70,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`]
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/hide-selected.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Inserted are removed</div> |
|
|
|
@ -85,8 +85,8 @@ exports[`renders ./components/select/demo/hide-selected.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy (101)" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy (101)</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
@ -95,7 +95,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/multiple.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: none; user-select: none;">Please select</div> |
|
|
|
@ -116,8 +116,8 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/optgroup.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
@ -126,8 +126,8 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/options.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="北京 010" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">北京</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
@ -136,8 +136,8 @@ exports[`renders ./components/select/demo/options.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/search.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Select a person</div> |
|
|
|
|
<div class="ant-select-search ant-select-search--inline" style="display: none;"> |
|
|
|
@ -149,8 +149,8 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/search-box.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled ant-select-no-arrow" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled ant-select-no-arrow" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">input search text</div> |
|
|
|
|
<div class="ant-select-search ant-select-search--inline" style="display: none;"> |
|
|
|
@ -162,7 +162,7 @@ exports[`renders ./components/select/demo/search-box.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/select-users.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Select users</div> |
|
|
|
@ -179,8 +179,8 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = `
|
|
|
|
|
exports[`renders ./components/select/demo/size.md correctly 1`] = ` |
|
|
|
|
<div> |
|
|
|
|
<div class="ant-radio-group ant-radio-group-outline ant-radio-group-default"><label class="ant-radio-button-wrapper"><span class="ant-radio-button"><input type="radio" class="ant-radio-button-input" value="large"><span class="ant-radio-button-inner"></span></span><span>Large</span></label><label class="ant-radio-button-wrapper ant-radio-button-wrapper-checked"><span class="ant-radio-button ant-radio-button-checked"><input type="radio" class="ant-radio-button-input" value="default"><span class="ant-radio-button-inner"></span></span><span>Default</span></label><label class="ant-radio-button-wrapper"><span class="ant-radio-button"><input type="radio" class="ant-radio-button-input" value="small"><span class="ant-radio-button-inner"></span></span><span>Small</span></label></div> <br><br> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="a1" class="ant-select-selection-selected-value" style="display: block; opacity: 1;"> |
|
|
|
|
a1 |
|
|
|
@ -188,7 +188,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><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"></path></svg></i></span> |
|
|
|
|
</div> |
|
|
|
|
</div> <br> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: none; user-select: none;">Please select</div> |
|
|
|
@ -210,7 +210,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> <br> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 200px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: none; user-select: none;">Please select</div> |
|
|
|
@ -237,15 +237,15 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/suffix.md correctly 1`] = ` |
|
|
|
|
<div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="anticon anticon-smile ant-select-arrow-icon"><svg viewBox="64 64 896 896" data-icon="smile" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z"></path></svg></i></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-disabled" style="width: 120px;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="-1" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div title="Lucy" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Lucy</div> |
|
|
|
|
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="anticon anticon-meh ant-select-arrow-icon"><svg viewBox="64 64 896 896" data-icon="meh" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"></path></svg></i></span> |
|
|
|
@ -255,7 +255,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
|
|
|
|
|
`; |
|
|
|
|
|
|
|
|
|
exports[`renders ./components/select/demo/tags.md correctly 1`] = ` |
|
|
|
|
<div tabindex="-1" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div tabindex="0" class="ant-select ant-select-enabled" style="width: 100%;"> |
|
|
|
|
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--multiple"> |
|
|
|
|
<div class="ant-select-selection__rendered"> |
|
|
|
|
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Tags Mode</div> |
|
|
|
|