We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8812c6b commit d69657bCopy full SHA for d69657b
docs/docs/ref-05-events.md
@@ -82,6 +82,22 @@ DOMDataTransfer clipboardData
82
```
83
84
85
+### Composition Events
86
+
87
+Event names:
88
89
+```
90
+onCompositionEnd onCompositionStart onCompositionUpdate
91
92
93
+Properties:
94
95
+```javascript
96
+string data
97
98
99
100
101
### Keyboard Events
102
103
Event names:
@@ -166,6 +182,15 @@ boolean shiftKey
166
182
167
183
168
184
185
+### Selection events
186
187
188
189
190
+onSelect
191
192
193
169
194
### Touch events
170
195
171
196
0 commit comments