working match logic for account add

This commit is contained in:
Karl 2025-07-14 12:52:42 +01:00
parent 3f1ebfbac0
commit 4b50711cd3

View File

@ -149,6 +149,10 @@
if (streamName) { if (streamName) {
streamInput.value = streamName; streamInput.value = streamName;
awesomplete.evaluate(); awesomplete.evaluate();
if (awesomplete.ul.children.length > 0) {
awesomplete.goto(0);
awesomplete.select();
}
} }
}); });
} }