add note re: handling events in capture phase

This commit is contained in:
Rafal Dittwald
2014-11-28 15:38:15 -05:00
parent d2a0a86ca9
commit d1fa368666

View File

@@ -35,7 +35,7 @@ String type
## Supported Events
React normalizes events so that they have consistent properties across
different browsers.
different browsers. The event handlers below are triggered by an event in the bubbling phase; to register an event handler for the capture phase, append "Capture" to the event name (for example: onClick -> onClickCapture).
### Clipboard Events