@@ -220,7 +220,7 @@ exports[`Select.Basic render renders aria-attributes correctly 1`] = `
220
220
<div
221
221
aria-label = " some-label"
222
222
aria-labelledby = " test-id"
223
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow"
223
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-show-search "
224
224
>
225
225
<div
226
226
class = " antd-selector"
@@ -274,7 +274,7 @@ exports[`Select.Basic render renders aria-attributes correctly 1`] = `
274
274
275
275
exports [` Select.Basic render renders correctly 1` ] = `
276
276
<div
277
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow"
277
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-show-search "
278
278
>
279
279
<div
280
280
class = " antd-selector"
@@ -328,7 +328,7 @@ exports[`Select.Basic render renders correctly 1`] = `
328
328
329
329
exports [` Select.Basic render renders data-attributes correctly 1` ] = `
330
330
<div
331
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow"
331
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-show-search "
332
332
data-id = " 12345"
333
333
data-test = " test-id"
334
334
>
@@ -384,7 +384,7 @@ exports[`Select.Basic render renders data-attributes correctly 1`] = `
384
384
385
385
exports [` Select.Basic render renders disabled select correctly 1` ] = `
386
386
<div
387
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-disabled"
387
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-disabled antd-show-search "
388
388
>
389
389
<div
390
390
class = " antd-selector"
@@ -439,7 +439,7 @@ exports[`Select.Basic render renders disabled select correctly 1`] = `
439
439
440
440
exports [` Select.Basic render renders dropdown correctly 1` ] = `
441
441
<div
442
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-open"
442
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-open antd-show-search "
443
443
>
444
444
<div
445
445
class = " antd-selector"
@@ -612,7 +612,7 @@ exports[`Select.Basic render renders dropdown correctly 1`] = `
612
612
613
613
exports [` Select.Basic render renders role prop correctly 1` ] = `
614
614
<div
615
- class = " antd select-test antd-single antd-allow-clear antd-show-arrow"
615
+ class = " antd select-test antd-single antd-allow-clear antd-show-arrow antd-show-search "
616
616
role = " button"
617
617
>
618
618
<div
0 commit comments