Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-shared/lib/components/Input.vue
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ function onChange(event: any) {
class="input-base"
v-bind="$attrs"
:value="modelValue"
@input="onChange"
@paste="onPaste"
@input="onChange"
/>
</template>

0 comments on commit 7bf1d02

Please sign in to comment.