1

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 -

Sample Image

Thanks.

1 Answer 1

2

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:

enter image description here

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/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.