Hi Retool Community,
I'm encountering a strange issue with my app where I import a listView based module. Below you'll find the details.
Issue Description
I have a main app that imports a module containing:
- A list view
- An "Add Item" button that inserts a new list item
- Each list item is a form with multiple input fields
- A Delete Item button that removes the list item
Everything works as expected until I:
- Add an item to the list
- Delete that item
- Try to submit the main form
At this point, the submit button stops working entirely—no API call is triggered, and no console logs appear, as if the event handler is removed. However, form validations still work, so the issue seems specific to the submit action.
Steps to Reproduce
- Import "Module - Community Version" and "App - Community Version" into Retool.
- Import the module into the app.
- Add an item using the "Add Item" button.
- Delete that item.
- Click the submit button → nothing happens!
Screenshot of the standalone module as well when imported in the main app are below.
You can find the two JSON files along with a screen recording of the issue here.(retool-app-items - Google Drive).
Thanks in advance for your help!