I have added a switch button in my app which i want to hide in some circumstances but i cannot do it.
Just use this block
1 Like
did the same but still its visible at the wrong place.
Try placing the switch ina row. Placing it where you need it. And making the row invisible instead of the switch
1 Like
usertyperow is the row which contain switch button,
Tried that also but is not working.
If @jared’s suggestion does not work, then there’s something to do with your if
block.
Try removing the condition, for testing purposes.
Thanks!
2 Likes
Thank you, I didn’t think of it but all preceding statement worked well except that switch.
2 Likes