Update a Repeater based on user input

Soltrance

How is your repeater connected to the data?

Have you used the method described here:

or are you assigning an array of items to the $w.Repeater data property.

If you are attaching the repeater elements to the dataset directly then you need to be filtering the dataset that the repeater is using. This is achieved by calling wix-dataset.setFilter function.

Hope this helps
Steve