Element: compositionstart event

The compositionstart event is fired when a text composition system such as an input method editor starts a new composition session.

Element: compositionupdate event

The compositionupdate event is fired when a new character is received in the context of a text composition session controlled by a text composition system such as an input method editor.

Element: compositionend event

The compositionend event is fired when a text composition system such as an input method editor completes or cancels the current composition session.

Example