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 actually a bug in IE10/11: when a <textarea> with placeholder attribute is cloned, the clone's value is set to the original's placeholder. I implemented a workaround in Vue's template parser to deal with this.
There is a weird behavior of textarea in Vue 0.11 and IE10/IE11.
Textarea's value is taken out of placeholder attribute.
This results in:
All other browsers work fine.
The text was updated successfully, but these errors were encountered: