Components not showing in mobile view

I am building a module form with stacks. In one stack ("persons"), I have 2 stacks ("person1" and "person2") that contain input fields. In every stack and every input field I activated the "Show on mobile".
However in the mobile view these new stacks and input fields just won't show up. I have attached the app export json.
Would appreciate any help!
bookingForm.json (97.8 KB)

Hey @boernard,

I noticed some unusual behavior happening here. When switching between mobile and desktop views, your primary stack ID changes from 1 to 14.

To address this, I’d recommend rebuilding the form in the desktop view first and then enabling the mobile components from there. It’s generally a good practice to make changes on the desktop side unless it’s specific to mobile formatting.

Keep in mind, if you’re in mobile view and add components, those will be mobile-only. That seems to be what’s happening here with stack14—it’s currently limited to mobile.

Hope this helps with troubleshooting! Let me know if you have any questions.

@Derek_Watts thank you so much for taking the time and solving it!

I will implement the suggestions you made and hope that the mobile view together with stacks will become first class citizens in retool because I see they are such useful and important features :slight_smile:

1 Like

No problem, glad to help!

:+1: