mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
MultiSelect hiddenInput pt fix
This commit is contained in:
parent
63b11df3fa
commit
24e58cb64a
2 changed files with 1 additions and 5 deletions
4
components/lib/multiselect/MultiSelect.d.ts
vendored
4
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -78,10 +78,6 @@ export interface MultiSelectPassThroughOptions {
|
||||||
* Uses to pass attributes to the root's DOM element.
|
* Uses to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: MultiSelectPassThroughOptionType;
|
root?: MultiSelectPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the input's DOM element.
|
|
||||||
*/
|
|
||||||
input?: MultiSelectPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the label container's DOM element.
|
* Uses to pass attributes to the label container's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
@focus="onFocus"
|
@focus="onFocus"
|
||||||
@blur="onBlur"
|
@blur="onBlur"
|
||||||
@keydown="onKeyDown"
|
@keydown="onKeyDown"
|
||||||
v-bind="{ ...inputProps, ...ptm('input') }"
|
v-bind="{ ...inputProps, ...ptm('hiddenInput') }"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div :class="cx('labelContainer')" v-bind="ptm('labelContainer')">
|
<div :class="cx('labelContainer')" v-bind="ptm('labelContainer')">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue