Tweak autocomp style and make auto-select behaviour configurable from the template.

This commit is contained in:
2025-11-30 20:45:15 +05:30
parent 000bfbb9f7
commit acb421a26b
3 changed files with 5 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ async function screenshotElement(element) {
let debounce;
autocomp(elQ, {
autoSelect: false,
autoSelect: elQ.dataset.autocompAutoselect === "true",
onQuery: async (val) => {
const langCode = localStorage.from_lang;