Replies: 1 comment 1 reply
-
I would use a computed var:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if it’s a limitation of the project or a misunderstanding by me, but as of now, I do not see a way where I can have some state (component) be hidden from the enduser, and the state's response will only show up upon pressing (triggering) one of two buttons (True or False), where the response will be different for each button pressed.
A pythonic example would be:
I’m aware about the nested
pc.cond
component but I don’t see a way of implementing that logic with it.So is there a way to accomplish the desired behaviour?
Beta Was this translation helpful? Give feedback.
All reactions