mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Run paragraph onEnter when select value changed
This commit is contained in:
parent
53f8fa167b
commit
66b513c58f
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ limitations under the License.
|
|||
|
||||
<select class="form-control input-sm"
|
||||
ng-if="paragraph.settings.forms[formulaire.name].options && paragraph.settings.forms[formulaire.name].type != 'checkbox'"
|
||||
ng-enter="runParagraph(getEditorValue())"
|
||||
ng-model="paragraph.settings.params[formulaire.name]"
|
||||
ng-class="{'disable': paragraph.status == 'RUNNING' || paragraph.status == 'PENDING' }"
|
||||
name="{{formulaire.name}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue