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.
Problems with ngModel input and Chinese IME #13617
Open
Description
When I am using ngModel directive, I find something wrong when I use chinese words.
I searched this and find something called "CompositionEvent", I debuggered the code, and find someting in the angular source code.
I do not want to get the result of input when typing is not completed.
Who can help me?