I have a Repeating Group that shows all records from my database.
The user can use a text input to perform a search on the displayed rows, this is performed on the front-end to keep down WUs, using an Advanced Search. Naturally, this takes a little time.
How can I show the user the search is in progress? :is loading only works on page load, it doesn’t trigger again for the Advanced Search.
Any ideas?