mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
add note re: handling events in capture phase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user