Hi! I'm trying to make an app where a user can input single text OR pick a file. Then it will do some processing depending on their choice.
My first thought was using the interface tools to enable/disable containers with those two inputs.
First I ask the user which option they want (text input or file input), then use a condition that will enable the appropriate container.
However, it looks like disabled containers can't contain interface tools.
Is there another way to approach this?
Solved! Go to Solution.
Hello @mcha54 ,
Leave the interface tools out of the containers. The containers will be disabled and nothing will run through.
If you want to do a selection use better the radio buttons. They have the option to 'collapse when deselected' where you wont see the option (textbox or file) unless this is selected.
Regards
Hi @mcha54 ,
Attached is an analytical app with an example with text inputs showing how to do what you need.
Only to let you know, in the example the action tools are not inverted, it suppose to be this way
Let me know if that works for you.
Best,
Fernando Vizcaino
Hello @mcha54 ,
Here you have an example,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Regards
Thank you everyone!! The radio button works perfectly.