Dropdown
#944
Replies: 1 comment 2 replies
-
Hi @5675sp, not sure I fully understand your question. Would you like to listen for changes on client (javascript) not server (python) or do you want |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to know when the value of a dropdown is change without setting
Trigger
toTrue
(I just want to listen to the change in the dropdown and not submitted the entire form)?I know that I can listen to the change by using
q.args....
, butq.args....
doesn't work unless the server function is callBeta Was this translation helpful? Give feedback.
All reactions