mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
MultiSelect hiddenInput pt fix
This commit is contained in:
parent
63b11df3fa
commit
24e58cb64a
2 changed files with 1 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
@focus="onFocus"
|
||||
@blur="onBlur"
|
||||
@keydown="onKeyDown"
|
||||
v-bind="{ ...inputProps, ...ptm('input') }"
|
||||
v-bind="{ ...inputProps, ...ptm('hiddenInput') }"
|
||||
/>
|
||||
</div>
|
||||
<div :class="cx('labelContainer')" v-bind="ptm('labelContainer')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue