Skip to content
Snippets Groups Projects
Verified Commit cab169a9 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: add arrowdown handler #160 #161

parent f868354a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment