[SOLVED] Simple list blocking text input

Hello I am trying to create app where simple list to chose from and there is text input the list function good but when I try to click in the text input I face problem where the simple list is blocking that I tried to minimize the height of the list, but only one choice is showing, and this data will be sent to spreadsheet. Any help here is the project link

project link

You can move the simple list below the text inputs in the component tree on the left side of the Design tab to move it behind them.

Then, when the simple list is clicked, hide the text inputs and when an item is clicked, show them again.

Project link: Thunkable

Pop-up menu visibility

2 Likes

thank you so much for the help its working :grinning:

1 Like