How to Binding input to Markdown with use_state #101
Answered
by
maartenbreddels
bobwatcherx
asked this question in
Q&A
-
how to binding value from inputText to markdown . i change textinput but markdown cannot change
|
Beta Was this translation helpful? Give feedback.
Answered by
maartenbreddels
May 19, 2023
Replies: 1 comment
-
If you pass on_value=set_name to inputtext your example will work. For simpler 2 way binding look into reactive variables: hope that makes sense! Regards, Maarten |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maartenbreddels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you pass on_value=set_name to inputtext your example will work. For simpler 2 way binding look into reactive variables:
hope that makes sense!
Regards,
Maarten