Issue
How can I take input using a submit button in notebook?
I want to display an input drop down selector and store the input only when the user hits the submit button.
Something like this -
Thanks.
Solution
You need to store the value of the selection in the button click action.
This involves several steps in any approach. If you used jp_proxy_widget
it might look like this:
see: https://github.com/AaronWatters/jp_proxy_widget
and https://learn.jquery.com/using-jquery-core/faq/how-do-i-get-the-text-value-of-a-selected-option/
Answered By - Aaron Watters
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.