Reactive filter updating
So on my custom page, where I have a filtersForm.
Its generated with:
I want project to update live with my data when client changes.
So for example, I select client 1, and select project 1 (as that belongs to client 1).
If I then change to Client 2, I need Project 1 to reset when it changes, so I can also populate the infolist live, being returned.
4 Replies
For clarification, the input dropdown does update, but the filter queries dont
Thats still seeming to not update the body? as the project in my query is still the one from another client...
->live() on the 'client' select?