From 2daecbc2bc943a4e6c091559f7fd7c4c3601c7c2 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