react-multi-select-component
react-multi-select-component copied to clipboard
Need a callback function that triggers when we search on dropdown
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.