This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
textarea ngModel is not updated in IE11 using Korean IME #9342
Closed
Description
Hello, I'm using angularJS latest version.
This issue same issue that #6656 (#6656)
I uploaded Youtube to explain this issue.
(http://www.youtube.com/watch?v=6hQBSacJ4rY&feature=youtu.be)
Chrome is works fine, but IE11 is lost last letter.
input data : 가나당
expect data : 가나당
result data : 가나다
If i using jquery val() method $("#txtArea").val(), it's works fine.
IE11 lost last letter.
Can i update DOM text to ngModel manually?