chore: do not set default for required value in Multiselect
This commit is contained in:
parent
886ab6b1d7
commit
9edabb800f
|
|
@ -168,7 +168,6 @@ const props = withDefaults(defineProps<{
|
|||
/** If true, disables the multiselect input */
|
||||
disabled?: boolean
|
||||
}>(), {
|
||||
modelValue: null,
|
||||
loading: false,
|
||||
placeholder: '',
|
||||
searchResults: () => [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue