We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5422 commit 334dba9Copy full SHA for 334dba9
tests/__snapshots__/demo.test.tsx.snap
@@ -3602,7 +3602,7 @@ exports[`Example sizer 1`] = `
3602
>
3603
<div
3604
aria-label="页码"
3605
- class="rc-select rc-pagination-options-size-changer rc-select-single"
+ class="rc-select rc-pagination-options-size-changer rc-select-single "
3606
3607
3608
class="rc-select-selector"
tests/options.test.tsx
@@ -10,7 +10,7 @@ const WrapperOptions: React.FC<any> = (props) => (
10
rootPrefixCls="rc-pagination"
11
selectComponentClass={Select}
12
pageSize={10}
13
- changeSize={jest.fn()}
+ onChange={jest.fn()}
14
quickGo={jest.fn()}
15
{...props}
16
/>
0 commit comments