diff --git a/docs/ref-05-events.md b/docs/ref-05-events.md index 0e4f27a3..8d6fb5fc 100644 --- a/docs/ref-05-events.md +++ b/docs/ref-05-events.md @@ -82,6 +82,22 @@ DOMDataTransfer clipboardData ``` +### Composition Events + +Event names: + +``` +onCompositionEnd onCompositionStart onCompositionUpdate +``` + +Properties: + +```javascript +string data + +``` + + ### Keyboard Events Event names: @@ -166,6 +182,15 @@ boolean shiftKey ``` +### Selection events + +Event names: + +``` +onSelect +``` + + ### Touch events Event names: