This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a86c08e  feature_7513 (#7707)
a86c08e is described below

commit a86c08e32c959f49d5c43ea36343dd2525831ee4
Author: xiangzihao <[email protected]>
AuthorDate: Wed Dec 29 18:22:47 2021 +0800

    feature_7513 (#7707)
    
    Co-authored-by: SbloodyS <[email protected]>
---
 .../js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue
 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue
index 160db6e..ae8d18e 100644
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue
@@ -20,7 +20,9 @@
           :disabled="isDetails"
           size="small"
           @change="_onChange"
-          v-model="selectedValue">
+          v-model="selectedValue"
+          filterable
+          allow-create>
       <el-input
               ref="input"
               slot="trigger"

Reply via email to