How do I keep populating search results as I go on typing in an input field?

I have an input box to search a list of users. And in the workflow I am populating the search result list when ‘input value is changed’. However that requires the focus to be moved out to populate the result. I want to populate the result after some interval (say 500ms) as I go on typing without losing focus. How do I go about with it?

This topic was automatically closed after 70 days. New replies are no longer allowed.