GitHub user Mleekko opened a pull request: https://github.com/apache/zeppelin/pull/1647
[ZEPPELIN-1013] Don't run paragraph on selectbox change ### What is this PR for? Enabling to change values of multiple selectboxes witout running the paragraph ### What type of PR is it? [Bug Fix] ### Todos No ### What is the Jira issue? [ZEPPELIN-1013] ### How should this be tested? 1. Create a paragraph with a selectbox via z.select(...) 2. Select any value other than currently selected Actual result: value changes and paragraph gets executed Expected result: value changes ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mleekko/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1647.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1647 ---- commit 1f737d262689f8aeb2c51a13fc025a1c13e20ade Author: Mleekko <mlee...@gmail.com> Date: 2016-11-16T17:13:17Z [ZEPPELIN-1013] Don't run paragraph on selectbox change ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---