@@ -220,7 +220,7 @@ exports[`Select.Basic render renders aria-attributes correctly 1`] = `
220220<div
221221 aria-label = " some-label"
222222 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 "
224224>
225225 <div
226226 class = " antd-selector"
@@ -274,7 +274,7 @@ exports[`Select.Basic render renders aria-attributes correctly 1`] = `
274274
275275exports [` Select.Basic render renders correctly 1` ] = `
276276<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 "
278278>
279279 <div
280280 class = " antd-selector"
@@ -328,7 +328,7 @@ exports[`Select.Basic render renders correctly 1`] = `
328328
329329exports [` Select.Basic render renders data-attributes correctly 1` ] = `
330330<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 "
332332 data-id = " 12345"
333333 data-test = " test-id"
334334>
@@ -384,7 +384,7 @@ exports[`Select.Basic render renders data-attributes correctly 1`] = `
384384
385385exports [` Select.Basic render renders disabled select correctly 1` ] = `
386386<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 "
388388>
389389 <div
390390 class = " antd-selector"
@@ -439,7 +439,7 @@ exports[`Select.Basic render renders disabled select correctly 1`] = `
439439
440440exports [` Select.Basic render renders dropdown correctly 1` ] = `
441441<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 "
443443>
444444 <div
445445 class = " antd-selector"
@@ -612,7 +612,7 @@ exports[`Select.Basic render renders dropdown correctly 1`] = `
612612
613613exports [` Select.Basic render renders role prop correctly 1` ] = `
614614<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 "
616616 role = " button"
617617>
618618 <div
0 commit comments