Skip to content

Commit

Permalink
Merge pull request #731 from gayanSandamal/LAN-715
Browse files Browse the repository at this point in the history
LAN-715 - changed onChange event to onKeyup
  • Loading branch information
amilaw authored Aug 8, 2023
2 parents a6e9aa7 + 085b11f commit fac8935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/core/components/Input/Number/Number.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default defineComponent({
focused.value = false;
emit('blur', $event);
},
onChange: ($event: any) => {
onKeyup: ($event: any) => {
const value:
| number
| string
Expand Down

0 comments on commit fac8935

Please sign in to comment.