Now when I type something into the search box of the dropdown, the fullTextSearch(searchTerm) function is run. I set the filtered data in this handler and refill the dropdown content accordingly.
Is there any proper way to use a custom search function?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
I need to use custom search function with dropdown. Currently editing
dropdown.js
like the following provides a workaround:Now when I type something into the search box of the dropdown, the
fullTextSearch(searchTerm)
function is run. I set the filtered data in this handler and refill the dropdown content accordingly.Is there any proper way to use a custom search function?