-
Goal: I am using a list view to display the list of tickets assigned to a tech. I have a dropdown menu where I can change which tech I want to view the tickets for. When I change the tech, I want the list view to update with the new list of tickets. Also, for some reason, the initial container in the list view thinks it doesn't have any data, but it does.
-
Steps: I can view the listView state, and when I update the dropdown menu selection, I can see the data for the listView updates, but not the actual display
-
Question: How do I force an update to the repeatable? It's using a custom component for the display, so I don't know if I need to do something to force the update down into the custom component?
-
Screenshots:
==========================