From 11bc4764de8114fc7b558c8abf730671f8f0e13a Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 5 Mar 2024 10:37:26 +0100 Subject: [PATCH] feat(filters): add basic autocomplete component --- .../src/components/input/Autocomplete.vue | 316 ++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 frontend/src/components/input/Autocomplete.vue diff --git a/frontend/src/components/input/Autocomplete.vue b/frontend/src/components/input/Autocomplete.vue new file mode 100644 index 000000000..ea8a27b60 --- /dev/null +++ b/frontend/src/components/input/Autocomplete.vue @@ -0,0 +1,316 @@ + + + + + \ No newline at end of file