fix(multiselect): make selectPlaceholder optional
(cherry picked from commit 3b8ccbad4fe66d133bbe0eeddc7e3692b1db548b)
This commit is contained in:
parent
b5eaa51560
commit
02b8ea40af
@ -151,7 +151,7 @@ const props = withDefaults(defineProps<{
|
|||||||
/** The text shown next to the new value option. */
|
/** The text shown next to the new value option. */
|
||||||
createPlaceholder?: string
|
createPlaceholder?: string
|
||||||
/** The text shown next to an option. */
|
/** The text shown next to an option. */
|
||||||
selectPlaceholder: string
|
selectPlaceholder?: string
|
||||||
/** If true, allows for selecting multiple items. v-model will be an array with all selected values in that case. */
|
/** If true, allows for selecting multiple items. v-model will be an array with all selected values in that case. */
|
||||||
multiple?: boolean
|
multiple?: boolean
|
||||||
/** If true, displays the search results inline instead of using a dropdown. */
|
/** If true, displays the search results inline instead of using a dropdown. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user