@@ -8,25 +8,29 @@ exports[`Select.Combobox renders controlled correctly 1`] = `
88 class = " rc-select-selector"
99 >
1010 <span
11- class = " rc-select-selection-search "
11+ class = " rc-select-selection"
1212 >
13- <input
14- aria-autocomplete = " list"
15- aria-controls = " rc_select_TEST_OR_SSR_list"
16- aria-expanded = " false"
17- aria-haspopup = " listbox"
18- aria-owns = " rc_select_TEST_OR_SSR_list"
19- autocomplete = " off"
20- class = " rc-select-selection-search-input"
21- id = " rc_select_TEST_OR_SSR"
22- role = " combobox"
23- type = " search"
24- value = " "
25- />
2613 <span
27- class = " rc-select-selection-placeholder "
14+ class = " rc-select-selection-search "
2815 >
29- Search
16+ <input
17+ aria-autocomplete = " list"
18+ aria-controls = " rc_select_TEST_OR_SSR_list"
19+ aria-expanded = " false"
20+ aria-haspopup = " listbox"
21+ aria-owns = " rc_select_TEST_OR_SSR_list"
22+ autocomplete = " off"
23+ class = " rc-select-selection-search-input"
24+ id = " rc_select_TEST_OR_SSR"
25+ role = " combobox"
26+ type = " search"
27+ value = " "
28+ />
29+ <span
30+ class = " rc-select-selection-placeholder"
31+ >
32+ Search
33+ </span >
3034 </span >
3135 </span >
3236 </div >
@@ -41,25 +45,29 @@ exports[`Select.Combobox renders correctly 1`] = `
4145 class = " rc-select-selector"
4246 >
4347 <span
44- class = " rc-select-selection-search "
48+ class = " rc-select-selection"
4549 >
46- <input
47- aria-autocomplete = " list"
48- aria-controls = " rc_select_TEST_OR_SSR_list"
49- aria-expanded = " false"
50- aria-haspopup = " listbox"
51- aria-owns = " rc_select_TEST_OR_SSR_list"
52- autocomplete = " off"
53- class = " rc-select-selection-search-input"
54- id = " rc_select_TEST_OR_SSR"
55- role = " combobox"
56- type = " search"
57- value = " "
58- />
5950 <span
60- class = " rc-select-selection-placeholder "
51+ class = " rc-select-selection-search "
6152 >
62- Search
53+ <input
54+ aria-autocomplete = " list"
55+ aria-controls = " rc_select_TEST_OR_SSR_list"
56+ aria-expanded = " false"
57+ aria-haspopup = " listbox"
58+ aria-owns = " rc_select_TEST_OR_SSR_list"
59+ autocomplete = " off"
60+ class = " rc-select-selection-search-input"
61+ id = " rc_select_TEST_OR_SSR"
62+ role = " combobox"
63+ type = " search"
64+ value = " "
65+ />
66+ <span
67+ class = " rc-select-selection-placeholder"
68+ >
69+ Search
70+ </span >
6371 </span >
6472 </span >
6573 </div >
0 commit comments