Handling large list of records in javascript

I am wondering if there is anything similar to what has been used here:

I have used the above component in React and it works fine. However, I am currently not using React and want to know if there are 19k records, how can I efficiently handle search and select using Javascript dropdown, just like they have done in the react component above. I am using jQuery and can use any other library if needed

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.