Refactor #3965 - Update for unstyled prop

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-12 10:11:42 +03:00
parent 350d5c21a7
commit 10f83fbe88
8 changed files with 26 additions and 19 deletions

View file

@ -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')" />