We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textarea doesn't expand when I type multiline value, even with md-autogrow attribute.
You can easily find the problem in the official doc. https://vuematerial.io/components/input
The text was updated successfully, but these errors were encountered:
fix(MdTextarea): fix input event handler not triggering (#1341)
567e9a7
add `onInput` as `input` to listeners fix #1340
Successfully merging a pull request may close this issue.
Textarea doesn't expand when I type multiline value, even with md-autogrow attribute.
You can easily find the problem in the official doc. https://vuematerial.io/components/input
The text was updated successfully, but these errors were encountered: