appsmith
appsmith copied to clipboard
[Bug]: During tab switch, the triggeredItemsView from the previous List selection (List is a child inside Tab)is not retained
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
If you have a list inside a tab(say Tab1 ), and you switch tabs,(say Tab 2) the triggeredItemsView from the previous List selection is not retained https://www.loom.com/share/e80694cfed3047f09a5be490efda8d9b
Steps To Reproduce
- DnD a Tab
- Drop a List inside Tab1
- DnD text widget and bind it to List1.triggeredItemsView and List1.triggeredItem
- Click on any List item and get the data in the text widgets
- switch tabs
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Cloud
@Tooluloope can you triage why this is happening? It feels like changing tabs needs us to run evaluations again and when we come back to the same tab, the evals rerun causing triggeredItem and view to reset but i am not sure what is happening here.