Merge branch 'bugfix/autocomplete' into dev
Build Docker Image / Clean-Registry (push) Successful in 5s
Build Docker Image / Docker-Build (push) Failing after 14m59s

This commit is contained in:
2026-05-22 08:46:39 +02:00
+1 -1
View File
@@ -96,7 +96,7 @@
return false; return false;
} }
if (ev.key == 'Enter') { if (ev.key == 'Enter') {
disableDropDown(); disableDropdown();
if (onCommit(candidate)) candidate = { display : '' }; if (onCommit(candidate)) candidate = { display : '' };
} }
return false; return false;