Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2641
Cool! @tinkoff-dwh Thanks for the new feature!
I tried and it works well. I have some comments on it's behavior.
1. form value is not updated without pressing 'ENTER'

When there're changes on note level form, run any paragraph reset those
changes. I think applying change on paragraph run more make sense?
2. Run on 'ENTER'

Paragraph level dynamic form by default run paragraph on 'ENTER'.
Note level dynamic form does not run note on 'ENTER'. I think this behavior
is little bit inconsistent.
What do you think?
---