Fixed #1738 - Missing InputText events
parent
089f315ced
commit
2134166472
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue