Add onInput() function as listener for input events, remove unnecessary compositionupdate listener
Fix #775 (closed)
Merge request reports
Activity
Thanks for pointing that out. It looks like the failing tests are looking at the first
input
event when they should be looking at the lastinput
event; previously there was only one input event fired during each test, but my change is causing anotherinput
event to be fired while the test condition is being set up. I'll adjust the tests accordingly and check all of those browsers.added 1 commit
- 525fba0a - EmojiInput tests should be checking the input value on the last input event, not the first
added 1 commit
- c1e38a44 - EmojiInput tests should be checking the input value on the last input event, not the first
mentioned in commit 12cd96bf
Please register or sign in to reply