You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this to handle autosize dynamically. I added prop autosize to false but it's still resizing. Any idea what's wrong with it? <textarea-autosize id="mainComment" v-model="typedComment" placeholder="Write a comment..." name="" :min-height="34" :max-height="150" :autosize="false" ></textarea-autosize>
The text was updated successfully, but these errors were encountered:
I am using this to handle autosize dynamically. I added prop
autosize
tofalse
but it's still resizing. Any idea what's wrong with it?<textarea-autosize id="mainComment" v-model="typedComment" placeholder="Write a comment..." name="" :min-height="34" :max-height="150" :autosize="false" ></textarea-autosize>
The text was updated successfully, but these errors were encountered: