From 9edabb800f437d5d393be5bef3aaa21fe8801386 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 13 May 2025 21:17:30 +0200 Subject: [PATCH] chore: do not set default for required value in Multiselect --- frontend/src/components/input/Multiselect.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/input/Multiselect.vue b/frontend/src/components/input/Multiselect.vue index b2bd599c6..89620a852 100644 --- a/frontend/src/components/input/Multiselect.vue +++ b/frontend/src/components/input/Multiselect.vue @@ -168,7 +168,6 @@ const props = withDefaults(defineProps<{ /** If true, disables the multiselect input */ disabled?: boolean }>(), { - modelValue: null, loading: false, placeholder: '', searchResults: () => [],