Skip to content

Commit 5e2973d

Browse files
author
Pooya Parsa
committed
fix(text-area): input event (#1714)
1 parent c7dafda commit 5e2973d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-textarea/form-textarea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
'aria-invalid': this.computedAriaInvalid
3434
},
3535
on: {
36-
input: function (evt) {
36+
input: (evt) => {
3737
this.localValue = evt.target.value
3838
}
3939
}

0 commit comments

Comments
 (0)