ui.input().on('change',lambda:print(hello)) doesn't work #3060
Unanswered
v479038280
asked this question in
Q&A
Replies: 1 comment
-
Hi @v479038280, This is expected behavior. When registering to an event with |
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.
-
I'm not sure if it's a bug,here is the code:
only the input3 works fine ,input1 and input2 got the error:
AttributeError: 'GenericEventArguments' object has no attribute 'value'
and this version input4 doesn't work too
Beta Was this translation helpful? Give feedback.
All reactions