implemented autocomplete input for tag editor

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-17 09:16:43 +01:00
parent 2fcf024410
commit 3927898c9b
16 changed files with 78 additions and 51 deletions

View File

@@ -79,6 +79,7 @@
candidates = [];
selected = [];
onCommit(candidate);
candidate = { display : '' };
}
return false;
}