I\'m getting \"Invalid argument\" when using angularJS ,TextArea with placeholder, on IE10+.
This will ONLY happen when the textarea node is closed with
I experienced this error today and randomly stumbled upon this question. Here's what solved it for me
Before:
After:
Note the little space inside the textarea, that's what actually stopped IE from complaining...