Is there a way to have a button activate the visibility of a component.
Example, I would like a toggle, switch, or button to activate the visibility of an input field to make it appear, then have the same button make the visibility of that same field hidden again. Is this possible?
Thank you for the response, Can you explain more about step number 2. Are you saying to add a toggle button and add a true false property? Does changing the input field from Y to N involve toggling true/false property? If that’s the case, can you explain how to do this step by steps. I have tried working with Toggles and True False and I cannot figure them out. Thank you