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
This is my code: <textarea-autosize ref="myTextarea" :min-height="30" :max-height="350" rows="1" v-model="text" />
There are no styles, just font-size and default browser's one.
How can I fix it?
The text was updated successfully, but these errors were encountered:
Textarea jumps in IE11 when typing: https://dl.dropboxusercontent.com/s/viuuu3ylqg28dwh/record_191025_133058.gif
The gif doesn't demonstrate this issue properly but there are flashes of default height at every 3 or 4 symbol.
This is my code:
<textarea-autosize ref="myTextarea" :min-height="30" :max-height="350" rows="1" v-model="text" />
There are no styles, just font-size and default browser's one.
How can I fix it?
The text was updated successfully, but these errors were encountered: