You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/11/19 03:01:26 UTC

[incubator-dubbo-ops] branch develop updated: Bind press keyboard event on search input box (#183)

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

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new 47bffeb  Bind press keyboard event on search input box (#183)
47bffeb is described below

commit 47bffeb9566fa93af4c165e62398eb56a782e9ef
Author: Rudolf <wo...@foxmail.com>
AuthorDate: Mon Nov 19 11:01:22 2018 +0800

    Bind press keyboard event on search input box (#183)
    
    Bind enter press event on search input box
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index f3c61c0..02f2928 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -35,6 +35,7 @@
                   :suffix="queryBy"
                   :hint="hint"
                   label="Search Dubbo Services"
+                  @keyup.enter="submit"
                 ></v-combobox>
                   <v-menu class="hidden-xs-only">
                     <v-btn slot="activator" large icon>