chore: do not set default for required value in Multiselect

This commit is contained in:
kolaente 2025-05-13 21:17:30 +02:00
parent 886ab6b1d7
commit 9edabb800f
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ const props = withDefaults(defineProps<{
/** If true, disables the multiselect input */
disabled?: boolean
}>(), {
modelValue: null,
loading: false,
placeholder: '',
searchResults: () => [],