Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Sep 27, 2023
1 parent 4f190ff commit 4ab5f2e
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
Expand Up @@ -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 4ab5f2e

Please sign in to comment.