From cab169a9ee3c3b7d19017046af689eff888d2000 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 2 Mar 2024 17:05:54 +0100
Subject: [PATCH] fix: add arrowdown handler #160  #161

---
 source/components/form/select.mjs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/source/components/form/select.mjs b/source/components/form/select.mjs
index c12d75cdc..b52066e31 100644
--- a/source/components/form/select.mjs
+++ b/source/components/form/select.mjs
@@ -1269,8 +1269,6 @@ function activateCurrentOption(direction) {
                 }
             }
             if (found === false) {
-                console.log("not found");
-                console.log(this.focus());
                 focusFilter.call(this);
             }
         }
@@ -2402,7 +2400,7 @@ function getTemplate() {
             part path:type | prefix:option- | suffix: form,
             class path:options.class 
             " tabindex="-1">
-                    <div data-monster-replace="path:options | index:label | call:my-callback-doing"
+                    <div data-monster-replace="path:options | index:label"
                          part="option-label"></div>
                 </label>
             </div>
-- 
GitLab