From b637cb3e084af43f1a22e9a20d80af7f745437a6 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 4 Jun 2019 22:48:41 +0200 Subject: [PATCH] Completly new search input with elastic realtime search. Handles keyboard inputs and autohides to not be in the way --- src/App.vue | 6 +- src/api.js | 35 ++++- src/components/SearchInput.vue | 269 +++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+), 4 deletions(-) create mode 100644 src/components/SearchInput.vue diff --git a/src/App.vue b/src/App.vue index ccba2ed..5b47224 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,9 +20,9 @@ + + \ No newline at end of file