From 26b12288cb7de5b8ed0c2ac7670c072adf9baebc 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 | 289 +++++++++++++++++++++++++++++++++ 3 files changed, 326 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