File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3602,7 +3602,7 @@ exports[`Example sizer 1`] = `
3602
3602
>
3603
3603
<div
3604
3604
aria-label = " 页码"
3605
- class = " rc-select rc-pagination-options-size-changer rc-select-single"
3605
+ class = " rc-select rc-pagination-options-size-changer rc-select-single rc-select-show-search "
3606
3606
>
3607
3607
<div
3608
3608
class = " rc-select-selector"
@@ -3620,11 +3620,8 @@ exports[`Example sizer 1`] = `
3620
3620
autocomplete = " off"
3621
3621
class = " rc-select-selection-search-input"
3622
3622
id = " rc_select_TEST_OR_SSR"
3623
- readonly = " "
3624
3623
role = " combobox"
3625
- style = " opacity: 0;"
3626
3624
type = " search"
3627
- unselectable = " on"
3628
3625
value = " "
3629
3626
/>
3630
3627
</span >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const WrapperOptions: React.FC<any> = (props) => (
10
10
rootPrefixCls = "rc-pagination"
11
11
selectComponentClass = { Select }
12
12
pageSize = { 10 }
13
- changeSize = { jest . fn ( ) }
13
+ onChange = { jest . fn ( ) }
14
14
quickGo = { jest . fn ( ) }
15
15
{ ...props }
16
16
/>
You can’t perform that action at this time.
0 commit comments