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
In a Meteor project:
<div class="input-field col m8 s12"> <textarea id="event-story" class="materialize-textarea">{{story}}</textarea> <label class="active" for="event-story">Story</label> </div>
Just stays three lines long even though the text is much larger. It does resize as soon as I start typing.
I tried to envoke an autoresize manually (in Template.myTemplate.onRendered()), but nothing happens:
Template.myTemplate.onRendered()
$story.trigger('autoresize');
Or even something ridiculous like:
$story.val($story.val()); $story.trigger('autoresize');
Manual trigger('autoresize') from the chrome console doesn't do anything either.
trigger('autoresize')
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Please provide a way to reproduce it. like a codepen or a snippet Closed due inactivity, feel free to reopen it if it is still necessary.
No branches or pull requests
In a Meteor project:
Just stays three lines long even though the text is much larger. It does resize as soon as I start typing.
I tried to envoke an autoresize manually (in
Template.myTemplate.onRendered()
), but nothing happens:Or even something ridiculous like:
Manual
trigger('autoresize')
from the chrome console doesn't do anything either.The text was updated successfully, but these errors were encountered: