Skip to content

Commit

Permalink
Merge pull request #36 from InjectiveLabs/chore/minor
Browse files Browse the repository at this point in the history
chore: minor
  • Loading branch information
shane-moore authored Sep 27, 2023
2 parents 4f190ff + 4ab5f2e commit 7bf1d02
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 7bf1d02

Please sign in to comment.