mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - Update for unstyled prop
This commit is contained in:
parent
350d5c21a7
commit
10f83fbe88
8 changed files with 26 additions and 19 deletions
|
@ -20,6 +20,7 @@
|
|||
@keyup="onKeyUp"
|
||||
@invalid="onInvalid"
|
||||
v-bind="{ ...inputProps, ...ptm('input') }"
|
||||
:unstyled="unstyled"
|
||||
/>
|
||||
<slot v-if="toggleMask && unmasked" name="hideicon" :onClick="onMaskToggle">
|
||||
<component :is="hideIcon ? 'i' : 'EyeSlashIcon'" :class="hideIcon" @click="onMaskToggle" v-bind="ptm('hideIcon')" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue