Skip to content

Commit 51a314b

Browse files
Add placeholder prop to PrimeMultiSelect
1 parent 3c7a972 commit 51a314b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formkit/PrimeMultiSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const styleClass = computed(() => (context?.state.validationVisible && !context?
2525
:tabindex="attrs.tabindex"
2626
:aria-label="attrs.ariaLabel"
2727
:aria-labelledby="attrs.ariaLabelledby"
28+
:placeholder="attrs.placeholder"
2829
:options="attrs.options"
2930
:option-label="attrs.optionLabel ?? 'label'"
3031
:option-value="attrs.optionValue ?? 'value'"

0 commit comments

Comments
 (0)