MultiSelect hiddenInput pt fix
parent
63b11df3fa
commit
24e58cb64a
|
@ -78,10 +78,6 @@ export interface MultiSelectPassThroughOptions {
|
|||
* Uses to pass attributes to the root's DOM element.
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
|
|
@ -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…
Reference in New Issue