From d9aed7603ea952a43e0417d45f4ab8057af0ffbc Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 4 Feb 2022 20:43:57 +0000 Subject: [PATCH] Implement custom autocomplete component --- web/src/components/Autocomplete.vue | 73 +++++++++++++++++++++++++++++ web/src/pages/Account.vue | 49 +++---------------- 2 files changed, 79 insertions(+), 43 deletions(-) create mode 100644 web/src/components/Autocomplete.vue diff --git a/web/src/components/Autocomplete.vue b/web/src/components/Autocomplete.vue new file mode 100644 index 0000000..610aba3 --- /dev/null +++ b/web/src/components/Autocomplete.vue @@ -0,0 +1,73 @@ + + + \ No newline at end of file diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 45a6a2e..c6e706a 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -1,58 +1,28 @@ @@ -71,14 +41,7 @@ export default defineComponent({ - - - Selected: {{PayeeID}} -
- - {{payee.Name}} - -
+