trigger handle_on when an arg is False #752
Answered
by
vopani
Mathanraj-Sharma
asked this question in
Q&A
-
Hi, I want to trigger the show_cards() handler when the show_cards arg is False. How can I do this?
|
Beta Was this translation helpful? Give feedback.
Answered by
vopani
May 21, 2021
Replies: 2 comments
-
@Mathanraj-Sharma - which component is named |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Mathanraj-Sharma This is now possible using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vopani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Mathanraj-Sharma This is now possible using
predicate
in@on
like shown here: #787