dowjones / react-dropdown-tree-select

Lightweight, accessible, customizable and fast Dropdown Tree Select component for React
https://dowjones.github.io/react-dropdown-tree-select/
MIT License
468 stars 269 forks source link

feat: Add pageSize prop to render initial number of items in dropdown #498 #665

Closed ParthSatasiya closed 6 months ago

ParthSatasiya commented 8 months ago

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

Type of change

Please delete options that are not relevant.

Checklist:

github-actions[bot] commented 6 months ago

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.