We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dafda commit 5e2973dCopy full SHA for 5e2973d
src/components/form-textarea/form-textarea.js
@@ -33,7 +33,7 @@ export default {
33
'aria-invalid': this.computedAriaInvalid
34
},
35
on: {
36
- input: function (evt) {
+ input: (evt) => {
37
this.localValue = evt.target.value
38
}
39
0 commit comments