From e18ef79839c942430c3787bb43d4f1f58c741a1e Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 4 Feb 2022 20:24:29 +0000 Subject: [PATCH] Implement minimal autocomplete for Payees --- web/src/pages/Account.vue | 47 +++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 7ae1087..45a6a2e 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -1,12 +1,18 @@