You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep selecting auto-suggestion candidates in iOS mobile
Or
Use "Events in text field"
Select a Chinese/Japanese keyboard
Type Chinese/Japanese text that involves IME composition and select them
As can be tested here, only beforeinput and input is triggered for both cases, and compositionend for the second case.
Apparently input event listener is missing among the listeners. Why? input event is supported by all modern browsers and adding it is perfectly backwards compatible.
The text was updated successfully, but these errors were encountered:
I can easily reproduce this in the demo page by:
Or
As can be tested here, only
beforeinput
andinput
is triggered for both cases, andcompositionend
for the second case.Apparently
input
event listener is missing among the listeners. Why?input
event is supported by all modern browsers and adding it is perfectly backwards compatible.The text was updated successfully, but these errors were encountered: