GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/2100
[ZEPPELIN-2060] Make dynamic select form turn on or off using checkbox ### What is this PR for? I added "Auto Run" checkbox for select dynamic form to make user turn on / off automatic running after the form value changed. ### What type of PR is it? Improvement ### Todos * [ ] - update docs after getting feedback ### What is the Jira issue? [ZEPPELIN-2060](https://issues.apache.org/jira/browse/ZEPPELIN-2060) ### How should this be tested? 1. Apply this patch and run Zeppelin web as dev mode ```bash # under zeppelin-web $ yarn run dev ``` 2. Go to Spark tutorial note and try to change value in select form as below screenshot imgs ### Screenshots (if appropriate) - "Auto Run" checkbox button will be shown only in select dynamic form's dropdown menu  - _**turn on**_ "Auto Run"-> auto run right after the value changed / _**turn off**_ -> need to press `Enter`  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? yes, maybe [this part](https://github.com/apache/zeppelin/blob/master/docs/manual/dynamicform.md#select-form) You can merge this pull request into a Git repository by running: $ git pull https://github.com/AhyoungRyu/zeppelin feature/turnOnOrOffAutoRun Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2100.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 #2100 ---- commit f2e32592ba3d7ba7b6073525a4d8cb908996e963 Author: AhyoungRyu <fbdkdu...@hanmail.net> Date: 2017-03-06T11:08:31Z Make dynamic select form turn on or off using checkbox ---- --- 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. ---