Update dynamicForm docs

This commit is contained in:
AhyoungRyu 2017-03-15 16:06:07 +09:00
parent 66c6c21d1b
commit 4904f38659
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -56,7 +56,11 @@ Also you can separate option's display name and value, using `${formName=default
<img src="../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" />
Hit enter after selecting option to run the paragraph with new value.
The paragraph will be automatically run after you change your selection by default.
But in case you have multiple select forms in one paragraph, you might want to run the paragraph after changing all the selections.
You can control this by unchecking the below **Run on selection change** option in the setting menu. Even if you uncheck this option, still you can run it by pressing `Enter`.
<img src="../assets/themes/zeppelin/img/screenshots/selectForm-checkbox.png" />
### Checkbox form