@@ -8,25 +8,29 @@ exports[`Select.Combobox renders controlled correctly 1`] = `
8
8
class = " rc-select-selector"
9
9
>
10
10
<span
11
- class = " rc-select-selection-search "
11
+ class = " rc-select-selection-wrap "
12
12
>
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
- />
26
13
<span
27
- class = " rc-select-selection-placeholder "
14
+ class = " rc-select-selection-search "
28
15
>
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 >
30
34
</span >
31
35
</span >
32
36
</div >
@@ -41,25 +45,29 @@ exports[`Select.Combobox renders correctly 1`] = `
41
45
class = " rc-select-selector"
42
46
>
43
47
<span
44
- class = " rc-select-selection-search "
48
+ class = " rc-select-selection-wrap "
45
49
>
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
- />
59
50
<span
60
- class = " rc-select-selection-placeholder "
51
+ class = " rc-select-selection-search "
61
52
>
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 >
63
71
</span >
64
72
</span >
65
73
</div >
0 commit comments