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 bbead88 commit f85b647Copy full SHA for f85b647
examples/single.tsx
@@ -75,8 +75,8 @@ class Test extends React.Component {
75
optionFilterProp="text"
76
onChange={this.onChange}
77
backfill
78
- onPopupScroll={(...args) => {
79
- console.log('Scroll:', args);
+ onPopupScroll={() => {
+ console.log('Scroll!');
80
}}
81
>
82
<Option value={null}>不选择</Option>
0 commit comments