mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4921 - Binding and ordering pt options defect
This commit is contained in:
parent
780b88ee47
commit
a366e63a8c
5 changed files with 66 additions and 24 deletions
|
@ -20,7 +20,8 @@
|
|||
@blur="onBlur"
|
||||
@keyup="onKeyUp"
|
||||
@invalid="onInvalid"
|
||||
v-bind="{ ...inputProps, ...ptm('input') }"
|
||||
v-bind="inputProps"
|
||||
:pt="ptm('input')"
|
||||
:unstyled="unstyled"
|
||||
/>
|
||||
<slot v-if="toggleMask && unmasked" name="hideicon" :onClick="onMaskToggle" :toggleCallback="onMaskToggle">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue