While using SuggestModal is there a way to avoid triggering getSuggestions on every keystroke.
I am hitting an third party api in getSuggestions and would like to hit it only when user pause(500ms) after typing something. I have explored debounce but just not getting it right.