How to change the disabled property of put_button in pin_on_change #436
Unanswered
kitty-eu-org
asked this question in
Q&A
Replies: 1 comment
-
You can't change the A workaround is first output the disabled button inside a scope, and then clear the scope and output a new enabled botton to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to change the disabled property of put_button in pin_on_change,Because put_button doesn't have a name, so I can't change the disabled property through pin_on_change, I try to do it with use_scope, unfortunately it doesn't work, my idea is that with user input, disabled change from True to False, so the user can click this button
A clear and concise description of what the bug is and how to reproduce it.
Beta Was this translation helpful? Give feedback.
All reactions