fixed the automatic selection in the autocomplete

This commit is contained in:
Luca Haid
2026-02-02 14:11:01 +01:00
parent e970ec9101
commit 46034e53bb
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ const RadiusUsers = {
<tt-smart-autocomplete
v-model="billAddrDisplay"
:wide="true"
:initial-mode="searchMode"
placeholder="Kunde suchen"
@select="onAddrSelect"
@enter="loadRadiusUsers"