mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Specify focus events work on all elements in the React DOM
Generally, focus/blur events only apply to focusable elements found in forms. In React, you can listen to focus/blur events on any element.
This commit is contained in:
@@ -138,6 +138,7 @@ Properties:
|
||||
DOMEventTarget relatedTarget
|
||||
```
|
||||
|
||||
These focus events work on all elements in the React DOM, not just form elements.
|
||||
|
||||
### Form Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user