Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2641
1. Input dynamic form create
2. Update dynamic form value (without ENTER)
3. Run paragraph
Paragraph level dynamic form run paragraph with updated value. But Note
level dynamic form reset update and run paragraph with previous value. I think
it make more sense to note level dynamic form also run paragraph with updated
value in this case.
> Start all paragraphs can be long, so I think it is better to delegate
this action (run all or one paragraph) to the user.
I agree.
It would be more convenient if Note level dynamic form displays "Save
(dynamic form change)", "Run notebook", "Reset (dynamic form change)" buttons
when user update Note level dynamic form.
Currently, user need to discover and learn default behavior different
between paragraph level and note level dynamic form by trial. And this trial
may take some time depend on people. Showing those buttons give informations
about expected behavior of note level dynamic form and helps understand
behavior immediately after user make changes on the form value. What do you
think?
---