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:
Rick Ford
2015-10-16 11:02:04 -05:00
parent 8ef339b033
commit 0a10f2c956

View File

@@ -138,6 +138,7 @@ Properties:
DOMEventTarget relatedTarget
```
These focus events work on all elements in the React DOM, not just form elements.
### Form Events