Added pageSize props which indicate how many elements will render initially on the dropdown. When the scroll is near the end of the list, it automatically renders the next group of elements in the dropdown.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
What does it do?
Added
pageSize
props which indicate how many elements will render initially on the dropdown. When the scroll is near the end of the list, it automatically renders the next group of elements in the dropdown.Fixes #498
pageSize={10000}
. This will solve the problem of this issueType of change
Please delete options that are not relevant.
Checklist: