Fixed #1738 - Missing InputText events

pull/1751/head
Tuğçe Küçükoğlu 2021-11-11 09:27:06 +03:00
parent 089f315ced
commit 2134166472
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<input :class="['p-inputtext p-component', {'p-filled': filled}]" :value="modelValue" @input="onInput" /> <input :class="['p-inputtext p-component', {'p-filled': filled}]" :value="modelValue" @input="onInput" v-bind="$attrs" />
</template> </template>
<script> <script>