From b7cc50e94e4916847a5f9b33fe93c8823f6a5d50 Mon Sep 17 00:00:00 2001 From: Rory Baart Date: Sat, 13 Apr 2024 16:13:19 +0200 Subject: [PATCH] Add ListboxInput component for selecting multiple options and use it for barbuddies --- .../pages/barbuddy/BarbuddyForm.vue | 22 ++++++------ .../components/elements/form/ListboxInput.vue | 35 +++++++++++++++++++ 2 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 shared/components/elements/form/ListboxInput.vue diff --git a/outsite.nl/components/pages/barbuddy/BarbuddyForm.vue b/outsite.nl/components/pages/barbuddy/BarbuddyForm.vue index 1e65e88d..904641c3 100644 --- a/outsite.nl/components/pages/barbuddy/BarbuddyForm.vue +++ b/outsite.nl/components/pages/barbuddy/BarbuddyForm.vue @@ -1,8 +1,8 @@ en: - success: The bar buddy you selected will contact you as soon as possible. + success: A bar buddy you selected will contact you as soon as possible. nl: - success: Je barbuddy neemt zo snel mogelijk contact met je op. + success: Een barbuddy neemt zo snel mogelijk contact met je op. + +