@@ -7,22 +7,22 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
7
7
>
8
8
<div >
9
9
<div
10
- id = " rc_select_TEST_OR_SSR_list "
10
+ id = " test-id_list "
11
11
role = " listbox"
12
12
style = " height: 0px; width: 0px; overflow: hidden;"
13
13
>
14
14
<div
15
15
aria-label = " 1"
16
16
aria-selected = " false"
17
- id = " rc_select_TEST_OR_SSR_list_0 "
17
+ id = " test-id_list_0 "
18
18
role = " option"
19
19
>
20
20
1
21
21
</div >
22
22
<div
23
23
aria-label = " 2"
24
24
aria-selected = " false"
25
- id = " rc_select_TEST_OR_SSR_list_1 "
25
+ id = " test-id_list_1 "
26
26
role = " option"
27
27
>
28
28
2
@@ -99,7 +99,7 @@ exports[`Select.Basic filterOption could be true as described in default value 1
99
99
<div >
100
100
<div
101
101
class = " rc-select-item-empty"
102
- id = " rc_select_TEST_OR_SSR_list "
102
+ id = " test-id_list "
103
103
role = " listbox"
104
104
>
105
105
Not Found
@@ -123,13 +123,13 @@ exports[`Select.Basic no search 1`] = `
123
123
>
124
124
<input
125
125
aria-autocomplete = " list"
126
- aria-controls = " rc_select_TEST_OR_SSR_list "
126
+ aria-controls = " test-id_list "
127
127
aria-expanded = " false"
128
128
aria-haspopup = " listbox"
129
- aria-owns = " rc_select_TEST_OR_SSR_list "
129
+ aria-owns = " test-id_list "
130
130
autocomplete = " off"
131
131
class = " rc-select-selection-search-input"
132
- id = " rc_select_TEST_OR_SSR "
132
+ id = " test-id "
133
133
readonly = " "
134
134
role = " combobox"
135
135
style = " opacity: 0;"
@@ -166,15 +166,15 @@ exports[`Select.Basic render renders aria-attributes correctly 1`] = `
166
166
>
167
167
<input
168
168
aria-autocomplete = " list"
169
- aria-controls = " rc_select_TEST_OR_SSR_list "
169
+ aria-controls = " test-id_list "
170
170
aria-expanded = " false"
171
171
aria-haspopup = " listbox"
172
172
aria-label = " some-label"
173
173
aria-labelledby = " test-id"
174
- aria-owns = " rc_select_TEST_OR_SSR_list "
174
+ aria-owns = " test-id_list "
175
175
autocomplete = " off"
176
176
class = " antd-selection-search-input"
177
- id = " rc_select_TEST_OR_SSR "
177
+ id = " test-id "
178
178
role = " combobox"
179
179
type = " search"
180
180
value = " "
@@ -218,13 +218,13 @@ exports[`Select.Basic render renders correctly 1`] = `
218
218
>
219
219
<input
220
220
aria-autocomplete = " list"
221
- aria-controls = " rc_select_TEST_OR_SSR_list "
221
+ aria-controls = " test-id_list "
222
222
aria-expanded = " false"
223
223
aria-haspopup = " listbox"
224
- aria-owns = " rc_select_TEST_OR_SSR_list "
224
+ aria-owns = " test-id_list "
225
225
autocomplete = " off"
226
226
class = " antd-selection-search-input"
227
- id = " rc_select_TEST_OR_SSR "
227
+ id = " test-id "
228
228
role = " combobox"
229
229
type = " search"
230
230
value = " "
@@ -270,13 +270,13 @@ exports[`Select.Basic render renders data-attributes correctly 1`] = `
270
270
>
271
271
<input
272
272
aria-autocomplete = " list"
273
- aria-controls = " rc_select_TEST_OR_SSR_list "
273
+ aria-controls = " test-id_list "
274
274
aria-expanded = " false"
275
275
aria-haspopup = " listbox"
276
- aria-owns = " rc_select_TEST_OR_SSR_list "
276
+ aria-owns = " test-id_list "
277
277
autocomplete = " off"
278
278
class = " antd-selection-search-input"
279
- id = " rc_select_TEST_OR_SSR "
279
+ id = " test-id "
280
280
role = " combobox"
281
281
type = " search"
282
282
value = " "
@@ -320,14 +320,14 @@ exports[`Select.Basic render renders disabled select correctly 1`] = `
320
320
>
321
321
<input
322
322
aria-autocomplete = " list"
323
- aria-controls = " rc_select_TEST_OR_SSR_list "
323
+ aria-controls = " test-id_list "
324
324
aria-expanded = " false"
325
325
aria-haspopup = " listbox"
326
- aria-owns = " rc_select_TEST_OR_SSR_list "
326
+ aria-owns = " test-id_list "
327
327
autocomplete = " off"
328
328
class = " antd-selection-search-input"
329
329
disabled = " "
330
- id = " rc_select_TEST_OR_SSR "
330
+ id = " test-id "
331
331
role = " combobox"
332
332
type = " search"
333
333
value = " "
@@ -362,13 +362,13 @@ exports[`Select.Basic render renders role prop correctly 1`] = `
362
362
>
363
363
<input
364
364
aria-autocomplete = " list"
365
- aria-controls = " rc_select_TEST_OR_SSR_list "
365
+ aria-controls = " test-id_list "
366
366
aria-expanded = " false"
367
367
aria-haspopup = " listbox"
368
- aria-owns = " rc_select_TEST_OR_SSR_list "
368
+ aria-owns = " test-id_list "
369
369
autocomplete = " off"
370
370
class = " antd-selection-search-input"
371
- id = " rc_select_TEST_OR_SSR "
371
+ id = " test-id "
372
372
role = " button"
373
373
type = " search"
374
374
value = " "
@@ -545,22 +545,22 @@ exports[`Select.Basic should contain falsy children 1`] = `
545
545
>
546
546
<div >
547
547
<div
548
- id = " rc_select_TEST_OR_SSR_list "
548
+ id = " test-id_list "
549
549
role = " listbox"
550
550
style = " height: 0px; width: 0px; overflow: hidden;"
551
551
>
552
552
<div
553
553
aria-label = " 1"
554
554
aria-selected = " true"
555
- id = " rc_select_TEST_OR_SSR_list_0 "
555
+ id = " test-id_list_0 "
556
556
role = " option"
557
557
>
558
558
1
559
559
</div >
560
560
<div
561
561
aria-label = " 2"
562
562
aria-selected = " false"
563
- id = " rc_select_TEST_OR_SSR_list_1 "
563
+ id = " test-id_list_1 "
564
564
role = " option"
565
565
>
566
566
2
@@ -644,22 +644,22 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
644
644
CUSTOM NODE
645
645
</div >
646
646
<div
647
- id = " rc_select_TEST_OR_SSR_list "
647
+ id = " test-id_list "
648
648
role = " listbox"
649
649
style = " height: 0px; width: 0px; overflow: hidden;"
650
650
>
651
651
<div
652
652
aria-label = " 1"
653
653
aria-selected = " false"
654
- id = " rc_select_TEST_OR_SSR_list_0 "
654
+ id = " test-id_list_0 "
655
655
role = " option"
656
656
>
657
657
1
658
658
</div >
659
659
<div
660
660
aria-label = " 2"
661
661
aria-selected = " false"
662
- id = " rc_select_TEST_OR_SSR_list_1 "
662
+ id = " test-id_list_1 "
663
663
role = " option"
664
664
>
665
665
2
0 commit comments