Is it possible to make inputs trigger a workflow without pressing enter?

I have a repeating group that searches the input’s typed text, but I would like the search to start as soon as the the first letters are being typed. I want to implement this so a user doesnt have to press enter every time. Simply stop typing, and the search will be triggered. Is this possible?

Found a solution. I was using the searchbox element, but for this to work, you need to simply use the regular input element. Viola the repeating group search workflow changes as you type.

1 Like

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