From 70a6ed189b4aad736150d798ed9a45f2ff8537a9 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 30 Oct 2019 21:55:39 +0100 Subject: [PATCH] When navigating up in the autocomplete search result list the cursor usually reset back to the start of the input. Now we get the element and use focus and setSelectionRange to move the cursor back to the end at the very next frame. --- src/components/SearchInput.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index 5a39e8f..93aabfd 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue @@ -3,6 +3,7 @@