Hide Repeater and count until search is initiated.

Hi,

Rather than showing and hiding the entire repeater, you’ll want to collapse() and expand() the repeater depending on whether your dataset has objects inside of it (after the user commences a search by typing into the Text Input Field).

Check out the following Velo Example for more details on how to implement this.