From 2fb327fbe29dbda9313db681e745a3d6385d148c Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Sep 2020 17:46:02 +0800 Subject: [PATCH 1/3] fix: :up: upgrade rc-select to 11.2.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6b6f9237cf3..64cc8696f4ae 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "rc-progress": "~3.1.0", "rc-rate": "~2.8.2", "rc-resize-observer": "^0.2.3", - "rc-select": "~11.1.0", + "rc-select": "~11.2.0", "rc-slider": "~9.3.0", "rc-steps": "~4.1.0", "rc-switch": "~3.2.0", From a265735bc7bf9bf30de63f78196af4dff75d757e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Sep 2020 18:01:12 +0800 Subject: [PATCH 2/3] style: fix input search clear button --- components/select/style/index.less | 6 ++++++ components/select/style/multiple.less | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/select/style/index.less b/components/select/style/index.less index 35fbb95daa68..437d95ad750b 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -51,6 +51,12 @@ background: transparent; border: none; outline: none; + appearance: none; + + &::-webkit-search-cancel-button { + display: none; + -webkit-appearance: none; + } } } diff --git a/components/select/style/multiple.less b/components/select/style/multiple.less index ae5e3b65126f..548abdfe0403 100644 --- a/components/select/style/multiple.less +++ b/components/select/style/multiple.less @@ -119,7 +119,7 @@ &-input { width: 100%; - min-width: 3px; + min-width: 4.1px; // fix search cursor missing } &-mirror { From 44b3b4cb2333fd8501e1bbca72c9f5da22d1e787 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Sep 2020 18:05:04 +0800 Subject: [PATCH 3/3] test: update snapshot --- .../__tests__/__snapshots__/demo.test.js.snap | 24 +- .../__snapshots__/index.test.js.snap | 2 + .../__tests__/__snapshots__/demo.test.js.snap | 10 + .../__snapshots__/index.test.js.snap | 4 + .../__tests__/__snapshots__/demo.test.js.snap | 1 + .../__snapshots__/components.test.js.snap | 48 ++++ .../__tests__/__snapshots__/demo.test.js.snap | 1 + .../__tests__/__snapshots__/demo.test.js.snap | 2 + .../__tests__/__snapshots__/demo.test.js.snap | 11 +- .../__tests__/__snapshots__/demo.test.js.snap | 13 + .../__snapshots__/pagination.test.js.snap | 3 + .../__snapshots__/index.test.js.snap | 228 ++++++++++++++++++ .../__tests__/__snapshots__/demo.test.js.snap | 11 + .../__tests__/__snapshots__/demo.test.js.snap | 29 +++ .../__snapshots__/index.test.js.snap | 3 + .../__tests__/__snapshots__/demo.test.js.snap | 5 + .../__tests__/__snapshots__/demo.test.js.snap | 5 + .../__tests__/__snapshots__/demo.test.js.snap | 6 + .../__snapshots__/index.test.js.snap | 3 + 19 files changed, 402 insertions(+), 7 deletions(-) diff --git a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap index f89c65e97ba1..42d59562bfee 100644 --- a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap +++ b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap @@ -21,6 +21,7 @@ Array [ autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -52,6 +53,7 @@ Array [ autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -89,7 +91,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1 class="ant-input ant-input-lg" placeholder="input here" role="combobox" - type="text" + type="search" value="" /> @@ -256,6 +260,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -342,6 +347,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -396,6 +402,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -452,7 +459,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` autocomplete="off" class="ant-input" role="combobox" - type="text" + type="search" value="" /> @@ -593,7 +601,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` autocomplete="off" class="ant-input" role="combobox" - type="text" + type="search" value="" /> @@ -735,7 +744,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` autocomplete="off" class="ant-input" role="combobox" - type="text" + type="search" value="" /> @@ -878,7 +888,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.md correctly 1`] = ` autocomplete="off" class="ant-input" role="combobox" - type="text" + type="search" value="" /> @@ -1001,6 +1012,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = ` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -1040,7 +1052,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly class="ant-input ant-input-lg" placeholder="input here" role="combobox" - type="text" + type="search" value="" /> @@ -105,6 +106,7 @@ exports[`AutoComplete rtl render component should be rendered correctly in RTL d autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> diff --git a/components/calendar/__tests__/__snapshots__/demo.test.js.snap b/components/calendar/__tests__/__snapshots__/demo.test.js.snap index a084a38fe669..75b184acaf71 100644 --- a/components/calendar/__tests__/__snapshots__/demo.test.js.snap +++ b/components/calendar/__tests__/__snapshots__/demo.test.js.snap @@ -27,6 +27,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -86,6 +87,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -972,6 +974,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1031,6 +1034,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1979,6 +1983,7 @@ exports[`renders ./components/calendar/demo/customize-header.md correctly 1`] = readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2043,6 +2048,7 @@ exports[`renders ./components/calendar/demo/customize-header.md correctly 1`] = readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2886,6 +2892,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2945,6 +2952,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4240,6 +4248,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4299,6 +4308,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/calendar/__tests__/__snapshots__/index.test.js.snap b/components/calendar/__tests__/__snapshots__/index.test.js.snap index 4606235444f9..9767940b0409 100644 --- a/components/calendar/__tests__/__snapshots__/index.test.js.snap +++ b/components/calendar/__tests__/__snapshots__/index.test.js.snap @@ -28,6 +28,7 @@ exports[`Calendar Calendar should support locale 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -88,6 +89,7 @@ exports[`Calendar Calendar should support locale 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -971,6 +973,7 @@ exports[`Calendar rtl render component should be rendered correctly in RTL direc readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1030,6 +1033,7 @@ exports[`Calendar rtl render component should be rendered correctly in RTL direc readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/collapse/__tests__/__snapshots__/demo.test.js.snap b/components/collapse/__tests__/__snapshots__/demo.test.js.snap index ad8d94ef62bb..3a84dc0fbf5c 100644 --- a/components/collapse/__tests__/__snapshots__/demo.test.js.snap +++ b/components/collapse/__tests__/__snapshots__/demo.test.js.snap @@ -677,6 +677,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/config-provider/__tests__/__snapshots__/components.test.js.snap b/components/config-provider/__tests__/__snapshots__/components.test.js.snap index 7216ce206d8a..dd4b985f42aa 100644 --- a/components/config-provider/__tests__/__snapshots__/components.test.js.snap +++ b/components/config-provider/__tests__/__snapshots__/components.test.js.snap @@ -337,6 +337,7 @@ exports[`ConfigProvider components AutoComplete configProvider 1`] = ` autocomplete="off" class="config-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -366,6 +367,7 @@ exports[`ConfigProvider components AutoComplete configProvider componentSize lar autocomplete="off" class="config-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -395,6 +397,7 @@ exports[`ConfigProvider components AutoComplete configProvider componentSize mid autocomplete="off" class="config-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -424,6 +427,7 @@ exports[`ConfigProvider components AutoComplete configProvider virtual and dropd autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -453,6 +457,7 @@ exports[`ConfigProvider components AutoComplete normal 1`] = ` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -482,6 +487,7 @@ exports[`ConfigProvider components AutoComplete prefixCls 1`] = ` autocomplete="off" class="prefix-AutoComplete-selection-search-input" role="combobox" + type="search" value="" /> @@ -2272,6 +2278,7 @@ exports[`ConfigProvider components Calendar configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2331,6 +2338,7 @@ exports[`ConfigProvider components Calendar configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3211,6 +3219,7 @@ exports[`ConfigProvider components Calendar configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3557,6 +3566,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize large 1 readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3616,6 +3626,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize large 1 readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4496,6 +4507,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize large 1 readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4842,6 +4854,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize middle readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4901,6 +4914,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize middle readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -5781,6 +5795,7 @@ exports[`ConfigProvider components Calendar configProvider componentSize middle readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -6127,6 +6142,7 @@ exports[`ConfigProvider components Calendar configProvider virtual and dropdownM readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -6186,6 +6202,7 @@ exports[`ConfigProvider components Calendar configProvider virtual and dropdownM readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -7066,6 +7083,7 @@ exports[`ConfigProvider components Calendar configProvider virtual and dropdownM readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -7412,6 +7430,7 @@ exports[`ConfigProvider components Calendar normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -7471,6 +7490,7 @@ exports[`ConfigProvider components Calendar normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -8351,6 +8371,7 @@ exports[`ConfigProvider components Calendar normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -8697,6 +8718,7 @@ exports[`ConfigProvider components Calendar prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -8756,6 +8778,7 @@ exports[`ConfigProvider components Calendar prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -9636,6 +9659,7 @@ exports[`ConfigProvider components Calendar prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17044,6 +17068,7 @@ exports[`ConfigProvider components Pagination configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17198,6 +17223,7 @@ exports[`ConfigProvider components Pagination configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17357,6 +17383,7 @@ exports[`ConfigProvider components Pagination configProvider componentSize large readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17511,6 +17538,7 @@ exports[`ConfigProvider components Pagination configProvider componentSize large readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17670,6 +17698,7 @@ exports[`ConfigProvider components Pagination configProvider componentSize middl readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17824,6 +17853,7 @@ exports[`ConfigProvider components Pagination configProvider componentSize middl readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -17983,6 +18013,7 @@ exports[`ConfigProvider components Pagination configProvider virtual and dropdow readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -18137,6 +18168,7 @@ exports[`ConfigProvider components Pagination configProvider virtual and dropdow readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -18296,6 +18328,7 @@ exports[`ConfigProvider components Pagination normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -18450,6 +18483,7 @@ exports[`ConfigProvider components Pagination normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -18609,6 +18643,7 @@ exports[`ConfigProvider components Pagination prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -18763,6 +18798,7 @@ exports[`ConfigProvider components Pagination prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -21868,6 +21904,7 @@ exports[`ConfigProvider components Select configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -21994,6 +22031,7 @@ exports[`ConfigProvider components Select configProvider componentSize large 1`] readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -22120,6 +22158,7 @@ exports[`ConfigProvider components Select configProvider componentSize middle 1` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -22246,6 +22285,7 @@ exports[`ConfigProvider components Select configProvider virtual and dropdownMat readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -22372,6 +22412,7 @@ exports[`ConfigProvider components Select normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -22498,6 +22539,7 @@ exports[`ConfigProvider components Select prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37138,6 +37180,7 @@ exports[`ConfigProvider components TreeSelect configProvider 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37256,6 +37299,7 @@ exports[`ConfigProvider components TreeSelect configProvider componentSize large readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37374,6 +37418,7 @@ exports[`ConfigProvider components TreeSelect configProvider componentSize middl readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37492,6 +37537,7 @@ exports[`ConfigProvider components TreeSelect configProvider virtual and dropdow readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37610,6 +37656,7 @@ exports[`ConfigProvider components TreeSelect normal 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -37728,6 +37775,7 @@ exports[`ConfigProvider components TreeSelect prefixCls 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/date-picker/__tests__/__snapshots__/demo.test.js.snap b/components/date-picker/__tests__/__snapshots__/demo.test.js.snap index f2898c8a079c..d586dcfe6d90 100644 --- a/components/date-picker/__tests__/__snapshots__/demo.test.js.snap +++ b/components/date-picker/__tests__/__snapshots__/demo.test.js.snap @@ -3772,6 +3772,7 @@ exports[`renders ./components/date-picker/demo/switchable.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/empty/__tests__/__snapshots__/demo.test.js.snap b/components/empty/__tests__/__snapshots__/demo.test.js.snap index 6b9b72853298..a854df48ba63 100644 --- a/components/empty/__tests__/__snapshots__/demo.test.js.snap +++ b/components/empty/__tests__/__snapshots__/demo.test.js.snap @@ -123,6 +123,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -183,6 +184,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/form/__tests__/__snapshots__/demo.test.js.snap b/components/form/__tests__/__snapshots__/demo.test.js.snap index b5573c0455ad..7c018af67686 100644 --- a/components/form/__tests__/__snapshots__/demo.test.js.snap +++ b/components/form/__tests__/__snapshots__/demo.test.js.snap @@ -554,6 +554,7 @@ exports[`renders ./components/form/demo/control-hooks.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -721,6 +722,7 @@ exports[`renders ./components/form/demo/control-ref.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -862,6 +864,7 @@ exports[`renders ./components/form/demo/customized-form-controls.md correctly 1` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3284,6 +3287,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3378,7 +3382,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = ` class="ant-input ant-select-selection-search-input" id="register_website" role="combobox" - type="text" + type="search" value="" /> @@ -3882,6 +3886,7 @@ exports[`renders ./components/form/demo/size.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3964,6 +3969,7 @@ exports[`renders ./components/form/demo/size.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -4921,6 +4927,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -5008,6 +5015,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -6765,6 +6773,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/input/__tests__/__snapshots__/demo.test.js.snap b/components/input/__tests__/__snapshots__/demo.test.js.snap index 804414619740..1c0c725c81e0 100644 --- a/components/input/__tests__/__snapshots__/demo.test.js.snap +++ b/components/input/__tests__/__snapshots__/demo.test.js.snap @@ -61,6 +61,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -129,6 +130,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -538,6 +540,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -598,6 +601,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -878,6 +882,7 @@ Array [ autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -1272,6 +1277,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1388,6 +1394,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1682,6 +1689,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1741,6 +1749,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1805,6 +1814,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1892,6 +1902,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1950,6 +1961,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -1986,6 +1998,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/list/__tests__/__snapshots__/pagination.test.js.snap b/components/list/__tests__/__snapshots__/pagination.test.js.snap index e9174ede7420..54148bc94373 100644 --- a/components/list/__tests__/__snapshots__/pagination.test.js.snap +++ b/components/list/__tests__/__snapshots__/pagination.test.js.snap @@ -232,6 +232,7 @@ exports[`List.pagination should change page size work 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -382,6 +383,7 @@ exports[`List.pagination should change page size work 2`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -669,6 +671,7 @@ exports[`List.pagination should default work 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> diff --git a/components/locale-provider/__tests__/__snapshots__/index.test.js.snap b/components/locale-provider/__tests__/__snapshots__/index.test.js.snap index 4bc8a4113ecb..913b73570f0e 100644 --- a/components/locale-provider/__tests__/__snapshots__/index.test.js.snap +++ b/components/locale-provider/__tests__/__snapshots__/index.test.js.snap @@ -2020,6 +2020,7 @@ exports[`Locale Provider should display the text as ar 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -2083,6 +2084,7 @@ exports[`Locale Provider should display the text as ar 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -5749,6 +5751,7 @@ exports[`Locale Provider should display the text as ar 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -5809,6 +5812,7 @@ exports[`Locale Provider should display the text as ar 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -7060,6 +7064,7 @@ exports[`Locale Provider should display the text as az 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -7123,6 +7128,7 @@ exports[`Locale Provider should display the text as az 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -10789,6 +10795,7 @@ exports[`Locale Provider should display the text as az 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -10849,6 +10856,7 @@ exports[`Locale Provider should display the text as az 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -12100,6 +12108,7 @@ exports[`Locale Provider should display the text as bg 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -12163,6 +12172,7 @@ exports[`Locale Provider should display the text as bg 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -15829,6 +15839,7 @@ exports[`Locale Provider should display the text as bg 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -15889,6 +15900,7 @@ exports[`Locale Provider should display the text as bg 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -17140,6 +17152,7 @@ exports[`Locale Provider should display the text as ca 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -17203,6 +17216,7 @@ exports[`Locale Provider should display the text as ca 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -20869,6 +20883,7 @@ exports[`Locale Provider should display the text as ca 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -20929,6 +20944,7 @@ exports[`Locale Provider should display the text as ca 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -22180,6 +22196,7 @@ exports[`Locale Provider should display the text as cs 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -22243,6 +22260,7 @@ exports[`Locale Provider should display the text as cs 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -25909,6 +25927,7 @@ exports[`Locale Provider should display the text as cs 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -25969,6 +25988,7 @@ exports[`Locale Provider should display the text as cs 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -27220,6 +27240,7 @@ exports[`Locale Provider should display the text as da 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -27283,6 +27304,7 @@ exports[`Locale Provider should display the text as da 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -30949,6 +30971,7 @@ exports[`Locale Provider should display the text as da 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -31009,6 +31032,7 @@ exports[`Locale Provider should display the text as da 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -32260,6 +32284,7 @@ exports[`Locale Provider should display the text as de 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -32323,6 +32348,7 @@ exports[`Locale Provider should display the text as de 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -35989,6 +36015,7 @@ exports[`Locale Provider should display the text as de 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -36049,6 +36076,7 @@ exports[`Locale Provider should display the text as de 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -37300,6 +37328,7 @@ exports[`Locale Provider should display the text as el 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -37363,6 +37392,7 @@ exports[`Locale Provider should display the text as el 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -41029,6 +41059,7 @@ exports[`Locale Provider should display the text as el 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -41089,6 +41120,7 @@ exports[`Locale Provider should display the text as el 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -42340,6 +42372,7 @@ exports[`Locale Provider should display the text as en 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -42403,6 +42436,7 @@ exports[`Locale Provider should display the text as en 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -46069,6 +46103,7 @@ exports[`Locale Provider should display the text as en 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -46129,6 +46164,7 @@ exports[`Locale Provider should display the text as en 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -47380,6 +47416,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -47443,6 +47480,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -51109,6 +51147,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -51169,6 +51208,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -52420,6 +52460,7 @@ exports[`Locale Provider should display the text as es 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -52483,6 +52524,7 @@ exports[`Locale Provider should display the text as es 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -56149,6 +56191,7 @@ exports[`Locale Provider should display the text as es 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -56209,6 +56252,7 @@ exports[`Locale Provider should display the text as es 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -57460,6 +57504,7 @@ exports[`Locale Provider should display the text as et 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -57523,6 +57568,7 @@ exports[`Locale Provider should display the text as et 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -61189,6 +61235,7 @@ exports[`Locale Provider should display the text as et 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -61249,6 +61296,7 @@ exports[`Locale Provider should display the text as et 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -62500,6 +62548,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -62563,6 +62612,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -66229,6 +66279,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -66289,6 +66340,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -67540,6 +67592,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -67603,6 +67656,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -71269,6 +71323,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -71329,6 +71384,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -72580,6 +72636,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -72643,6 +72700,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -76309,6 +76367,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -76369,6 +76428,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -77620,6 +77680,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -77683,6 +77744,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -81349,6 +81411,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -81409,6 +81472,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -82660,6 +82724,7 @@ exports[`Locale Provider should display the text as ga 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -82723,6 +82788,7 @@ exports[`Locale Provider should display the text as ga 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -86389,6 +86455,7 @@ exports[`Locale Provider should display the text as ga 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -86449,6 +86516,7 @@ exports[`Locale Provider should display the text as ga 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -87700,6 +87768,7 @@ exports[`Locale Provider should display the text as gl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -87763,6 +87832,7 @@ exports[`Locale Provider should display the text as gl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -91429,6 +91499,7 @@ exports[`Locale Provider should display the text as gl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -91489,6 +91560,7 @@ exports[`Locale Provider should display the text as gl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -92740,6 +92812,7 @@ exports[`Locale Provider should display the text as he 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -92803,6 +92876,7 @@ exports[`Locale Provider should display the text as he 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -96469,6 +96543,7 @@ exports[`Locale Provider should display the text as he 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -96529,6 +96604,7 @@ exports[`Locale Provider should display the text as he 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -97780,6 +97856,7 @@ exports[`Locale Provider should display the text as hi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -97843,6 +97920,7 @@ exports[`Locale Provider should display the text as hi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -101509,6 +101587,7 @@ exports[`Locale Provider should display the text as hi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -101569,6 +101648,7 @@ exports[`Locale Provider should display the text as hi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -102820,6 +102900,7 @@ exports[`Locale Provider should display the text as hr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -102883,6 +102964,7 @@ exports[`Locale Provider should display the text as hr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -106549,6 +106631,7 @@ exports[`Locale Provider should display the text as hr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -106609,6 +106692,7 @@ exports[`Locale Provider should display the text as hr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -107860,6 +107944,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -107923,6 +108008,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -111589,6 +111675,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -111649,6 +111736,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -112900,6 +112988,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -112963,6 +113052,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -116629,6 +116719,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -116689,6 +116780,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -117940,6 +118032,7 @@ exports[`Locale Provider should display the text as id 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -118003,6 +118096,7 @@ exports[`Locale Provider should display the text as id 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -121669,6 +121763,7 @@ exports[`Locale Provider should display the text as id 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -121729,6 +121824,7 @@ exports[`Locale Provider should display the text as id 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -122980,6 +123076,7 @@ exports[`Locale Provider should display the text as is 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -123043,6 +123140,7 @@ exports[`Locale Provider should display the text as is 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -126709,6 +126807,7 @@ exports[`Locale Provider should display the text as is 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -126769,6 +126868,7 @@ exports[`Locale Provider should display the text as is 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -128020,6 +128120,7 @@ exports[`Locale Provider should display the text as it 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -128083,6 +128184,7 @@ exports[`Locale Provider should display the text as it 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -131749,6 +131851,7 @@ exports[`Locale Provider should display the text as it 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -131809,6 +131912,7 @@ exports[`Locale Provider should display the text as it 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -133060,6 +133164,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -133123,6 +133228,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -136789,6 +136895,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -136849,6 +136956,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -138100,6 +138208,7 @@ exports[`Locale Provider should display the text as kn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -138163,6 +138272,7 @@ exports[`Locale Provider should display the text as kn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -141829,6 +141939,7 @@ exports[`Locale Provider should display the text as kn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -141889,6 +142000,7 @@ exports[`Locale Provider should display the text as kn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -143140,6 +143252,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -143203,6 +143316,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -146869,6 +146983,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -146929,6 +147044,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -148180,6 +148296,7 @@ exports[`Locale Provider should display the text as ku 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -148243,6 +148360,7 @@ exports[`Locale Provider should display the text as ku 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -151909,6 +152027,7 @@ exports[`Locale Provider should display the text as ku 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -151969,6 +152088,7 @@ exports[`Locale Provider should display the text as ku 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -153220,6 +153340,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -153283,6 +153404,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -156949,6 +157071,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -157009,6 +157132,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -158260,6 +158384,7 @@ exports[`Locale Provider should display the text as lt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -158323,6 +158448,7 @@ exports[`Locale Provider should display the text as lt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -161989,6 +162115,7 @@ exports[`Locale Provider should display the text as lt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -162049,6 +162176,7 @@ exports[`Locale Provider should display the text as lt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -163300,6 +163428,7 @@ exports[`Locale Provider should display the text as lv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -163363,6 +163492,7 @@ exports[`Locale Provider should display the text as lv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -167029,6 +167159,7 @@ exports[`Locale Provider should display the text as lv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -167089,6 +167220,7 @@ exports[`Locale Provider should display the text as lv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -168340,6 +168472,7 @@ exports[`Locale Provider should display the text as mk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -168403,6 +168536,7 @@ exports[`Locale Provider should display the text as mk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -172069,6 +172203,7 @@ exports[`Locale Provider should display the text as mk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -172129,6 +172264,7 @@ exports[`Locale Provider should display the text as mk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -173380,6 +173516,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -173443,6 +173580,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -177109,6 +177247,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -177169,6 +177308,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -178420,6 +178560,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -178483,6 +178624,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -182149,6 +182291,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -182209,6 +182352,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -183460,6 +183604,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -183523,6 +183668,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -187189,6 +187335,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -187249,6 +187396,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -188500,6 +188648,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -188563,6 +188712,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -192229,6 +192379,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -192289,6 +192440,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -193540,6 +193692,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -193603,6 +193756,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -197269,6 +197423,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -197329,6 +197484,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -198580,6 +198736,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -198643,6 +198800,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -202309,6 +202467,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -202369,6 +202528,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -203620,6 +203780,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -203683,6 +203844,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -207349,6 +207511,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -207409,6 +207572,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -208660,6 +208824,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -208723,6 +208888,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -212389,6 +212555,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -212449,6 +212616,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -213700,6 +213868,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -213763,6 +213932,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -217429,6 +217599,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -217489,6 +217660,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -218740,6 +218912,7 @@ exports[`Locale Provider should display the text as ro 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -218803,6 +218976,7 @@ exports[`Locale Provider should display the text as ro 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -222469,6 +222643,7 @@ exports[`Locale Provider should display the text as ro 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -222529,6 +222704,7 @@ exports[`Locale Provider should display the text as ro 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -223780,6 +223956,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -223843,6 +224020,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -227509,6 +227687,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -227569,6 +227748,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -228820,6 +229000,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -228883,6 +229064,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -232549,6 +232731,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -232609,6 +232792,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -233860,6 +234044,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -233923,6 +234108,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -237589,6 +237775,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -237649,6 +237836,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -238900,6 +239088,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -238963,6 +239152,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -242629,6 +242819,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -242689,6 +242880,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -243940,6 +244132,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -244003,6 +244196,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -247669,6 +247863,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -247729,6 +247924,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -248980,6 +249176,7 @@ exports[`Locale Provider should display the text as ta 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -249043,6 +249240,7 @@ exports[`Locale Provider should display the text as ta 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -252709,6 +252907,7 @@ exports[`Locale Provider should display the text as ta 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -252769,6 +252968,7 @@ exports[`Locale Provider should display the text as ta 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -254020,6 +254220,7 @@ exports[`Locale Provider should display the text as th 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -254083,6 +254284,7 @@ exports[`Locale Provider should display the text as th 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -257749,6 +257951,7 @@ exports[`Locale Provider should display the text as th 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -257809,6 +258012,7 @@ exports[`Locale Provider should display the text as th 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -259060,6 +259264,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -259123,6 +259328,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -262789,6 +262995,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -262849,6 +263056,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -264100,6 +264308,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -264163,6 +264372,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -267829,6 +268039,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -267889,6 +268100,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -269140,6 +269352,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -269203,6 +269416,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -272869,6 +273083,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -272929,6 +273144,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -274180,6 +274396,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -274243,6 +274460,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -277909,6 +278127,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -277969,6 +278188,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -279220,6 +279440,7 @@ exports[`Locale Provider should display the text as zh-hk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -279283,6 +279504,7 @@ exports[`Locale Provider should display the text as zh-hk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -282949,6 +283171,7 @@ exports[`Locale Provider should display the text as zh-hk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -283009,6 +283232,7 @@ exports[`Locale Provider should display the text as zh-hk 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -284260,6 +284484,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -284323,6 +284548,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -287989,6 +288215,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -288049,6 +288276,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> diff --git a/components/pagination/__tests__/__snapshots__/demo.test.js.snap b/components/pagination/__tests__/__snapshots__/demo.test.js.snap index 24217b6fd36c..0ff2db2c041d 100644 --- a/components/pagination/__tests__/__snapshots__/demo.test.js.snap +++ b/components/pagination/__tests__/__snapshots__/demo.test.js.snap @@ -204,6 +204,7 @@ exports[`renders ./components/pagination/demo/all.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -585,6 +586,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -827,6 +829,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1154,6 +1157,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1397,6 +1401,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1648,6 +1653,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1978,6 +1984,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2314,6 +2321,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2617,6 +2625,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2994,6 +3003,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -3189,6 +3199,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/select/__tests__/__snapshots__/demo.test.js.snap b/components/select/__tests__/__snapshots__/demo.test.js.snap index 09c160d46df1..53cebc0d1191 100644 --- a/components/select/__tests__/__snapshots__/demo.test.js.snap +++ b/components/select/__tests__/__snapshots__/demo.test.js.snap @@ -21,6 +21,7 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -122,6 +124,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -182,6 +185,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -242,6 +246,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -390,6 +395,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -442,6 +448,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -504,6 +511,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -569,6 +577,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -629,6 +638,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -693,6 +703,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`] readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -814,6 +825,7 @@ exports[`renders ./components/select/demo/custom-tag-render.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -886,6 +898,7 @@ exports[`renders ./components/select/demo/debug.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -982,6 +995,7 @@ exports[`renders ./components/select/demo/debug.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1033,6 +1047,7 @@ exports[`renders ./components/select/demo/hide-selected.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1074,6 +1089,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1211,6 +1227,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1347,6 +1364,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1384,6 +1402,7 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1484,6 +1503,7 @@ exports[`renders ./components/select/demo/option-label-prop.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1520,6 +1540,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1582,6 +1603,7 @@ exports[`renders ./components/select/demo/search-box.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1618,6 +1640,7 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1724,6 +1747,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1858,6 +1882,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1963,6 +1988,7 @@ Array [ autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -2062,6 +2089,7 @@ Array [ readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2125,6 +2153,7 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = ` autocomplete="off" class="ant-select-selection-search-input" role="combobox" + type="search" value="" /> @@ -83,6 +84,7 @@ exports[`Select Select Custom Icons should support customized icons 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -142,6 +144,7 @@ exports[`Select rtl render component should be rendered correctly in RTL directi readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/table/__tests__/__snapshots__/demo.test.js.snap b/components/table/__tests__/__snapshots__/demo.test.js.snap index d0ebffc347f3..92f45ac69cf2 100644 --- a/components/table/__tests__/__snapshots__/demo.test.js.snap +++ b/components/table/__tests__/__snapshots__/demo.test.js.snap @@ -4655,6 +4655,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -6979,6 +6980,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] = readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -8225,6 +8227,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -9214,6 +9217,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -16242,6 +16246,7 @@ exports[`renders ./components/table/demo/sticky.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/tabs/__tests__/__snapshots__/demo.test.js.snap b/components/tabs/__tests__/__snapshots__/demo.test.js.snap index 4d548b890937..b843fc794393 100644 --- a/components/tabs/__tests__/__snapshots__/demo.test.js.snap +++ b/components/tabs/__tests__/__snapshots__/demo.test.js.snap @@ -1833,6 +1833,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1890,6 +1891,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -1947,6 +1949,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2004,6 +2007,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -2628,6 +2632,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/tree-select/__tests__/__snapshots__/demo.test.js.snap b/components/tree-select/__tests__/__snapshots__/demo.test.js.snap index 4fb28e662a96..870193bc3bac 100644 --- a/components/tree-select/__tests__/__snapshots__/demo.test.js.snap +++ b/components/tree-select/__tests__/__snapshots__/demo.test.js.snap @@ -22,6 +22,7 @@ exports[`renders ./components/tree-select/demo/async.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -84,6 +85,7 @@ exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -183,6 +185,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -221,6 +224,7 @@ exports[`renders ./components/tree-select/demo/multiple.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -262,6 +266,7 @@ exports[`renders ./components/tree-select/demo/suffix.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> @@ -324,6 +329,7 @@ exports[`renders ./components/tree-select/demo/treeData.md correctly 1`] = ` readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" /> diff --git a/components/tree-select/__tests__/__snapshots__/index.test.js.snap b/components/tree-select/__tests__/__snapshots__/index.test.js.snap index 9898ab8d4b2a..691f86b34835 100644 --- a/components/tree-select/__tests__/__snapshots__/index.test.js.snap +++ b/components/tree-select/__tests__/__snapshots__/index.test.js.snap @@ -23,6 +23,7 @@ exports[`TreeSelect TreeSelect Custom Icons should \`treeIcon\` work 1`] = ` readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -187,6 +188,7 @@ exports[`TreeSelect TreeSelect Custom Icons should support customized icons 1`] readonly="" role="combobox" style="opacity: 0;" + type="search" unselectable="on" value="" /> @@ -232,6 +234,7 @@ exports[`TreeSelect rtl render component should be rendered correctly in RTL dir readonly="" role="combobox" style="opacity:0" + type="search" unselectable="on" value="" />