hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component

Home Page:https://codesandbox.io/s/react-multi-select-example-uqtgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need a callback function that triggers when we search on dropdown

0xrasla opened this issue · comments

Basically, I need this because when I render 20k options at once, it freezes. so I need to make it like, rendering 200 options initially then when the user search, we need to get results and update the option based on that.