From 880029117da05d0c7b9d30617e48c52dc40920d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 30 Jan 2023 00:30:19 +0100 Subject: [PATCH] autocomplete: docs update #452 --- static/js/auto-complete.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/js/auto-complete.js b/static/js/auto-complete.js index 52b8ce138c..f08007b61d 100644 --- a/static/js/auto-complete.js +++ b/static/js/auto-complete.js @@ -1,10 +1,9 @@ /* JavaScript autoComplete v1.0.4+ - #46 - positioning - #75 - complete McShelby/hugo-theme-relearn#155 + - PR #46, PR #75: introducing selectorToInsert and anchor to it - sticky dropdown on scrolling - McShelby/hugo-theme-relearn#3xx + McShelby/hugo-theme-relearn#387 - don't empty search input if no data-val is given - don't delete search term but close suggestions when suggestions are open - delete search term when suggestions are closed