You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/06/30 14:22:11 UTC

[incubator-apisix-dashboard] branch master-vue updated: feat: make plugin select form filterable (#289)

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

juzhiyuan pushed a commit to branch master-vue
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/master-vue by this push:
     new d412b73  feat: make plugin select form filterable (#289)
d412b73 is described below

commit d412b73ede896567eefd7c0637a7f908fc3eea00
Author: ko han <ha...@outlook.com>
AuthorDate: Tue Jun 30 22:22:01 2020 +0800

    feat: make plugin select form filterable (#289)
---
 src/views/schema/routes/edit.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/schema/routes/edit.vue b/src/views/schema/routes/edit.vue
index 9123bbd..b5d2b4d 100644
--- a/src/views/schema/routes/edit.vue
+++ b/src/views/schema/routes/edit.vue
@@ -175,6 +175,7 @@
           :value="null"
           class="plugin-select"
           placeholder="Select a Plugin"
+          filterable
           @change="showPlugin"
         >
           <el-option