File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
"test" : " rc-test"
44
44
},
45
45
"dependencies" : {
46
- "@rc-component/select" : " ~1.0.0 " ,
46
+ "@rc-component/select" : " ~1.0.7 " ,
47
47
"@rc-component/tree" : " ~1.0.0" ,
48
48
"@rc-component/util" : " ^1.2.1" ,
49
49
"classnames" : " ^2.3.1"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {
6
6
} from '@rc-component/select' ;
7
7
import { BaseSelect } from '@rc-component/select' ;
8
8
import type { DisplayValueType , Placement } from '@rc-component/select/lib/BaseSelect' ;
9
- import useId from '@rc-component/select /lib/hooks/useId' ;
9
+ import useId from '@rc-component/util /lib/hooks/useId' ;
10
10
import useEvent from '@rc-component/util/lib/hooks/useEvent' ;
11
11
import useMergedState from '@rc-component/util/lib/hooks/useMergedState' ;
12
12
import * as React from 'react' ;
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ exports[`Cascader.Search should correct render Cascader with same field name of
15
15
>
16
16
<input
17
17
aria-autocomplete = " list"
18
- aria-controls = " rc_select_TEST_OR_SSR_list "
18
+ aria-controls = " test-id_list "
19
19
aria-expanded = " true"
20
20
aria-haspopup = " listbox"
21
- aria-owns = " rc_select_TEST_OR_SSR_list "
21
+ aria-owns = " test-id_list "
22
22
autocomplete = " off"
23
23
class = " rc-cascader-selection-search-input"
24
- id = " rc_select_TEST_OR_SSR "
24
+ id = " test-id "
25
25
role = " combobox"
26
26
type = " search"
27
27
value = " z"
You can’t perform that action at this time.
0 commit comments