-
Notifications
You must be signed in to change notification settings - Fork 27.5k
handle composition events in NgModelController textInputType #4685
Conversation
When composing text in CJKV, intermediate buffer for unfinished text should not be updating the bound scope variables. Closes angular#4684
Thanks for the PR!
If you need to make changes to your pull request, you can update the commit with Thanks again for your help! |
CLA signed as Chia-liang Kao |
👍 |
1 similar comment
👍 |
LGTM. |
How is the timing diagram between the Please note that there seem to be bugs in browsers, like in FF regarding which events are fired (e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=354358) |
The The three events fire as: |
@zhusee2 Thanks for the link! So great, this PR looks good to me too. Merging it into master as a single commit. |
@tbosch would you like me to rebase and squash this? |
Just did it. Landed in master as a4e6d96. Thanks for providing this PR. Good work! |
Closes #4684