Hello! I have a simple form with two searchboxes and a search button:
The search button gives the repeating group a data source, which is a list of whiskeys, filtered by a Search & Autocorrected version of the Whiskey Name searchbox. It’s sorted by distance:
I want both searchboxes to be validated, so I ticked “This input should not be empty” on them.
It works just fine when both fields are filled out. However, if I hit “search” with one or both fields empty, I get a long loading time, and then an error message, instead of any validation.