mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add autoFocus to supported HTML attributes
It appears to be supported http://jsfiddle.net/9f48wbsa/1/
This commit is contained in:
@@ -53,7 +53,7 @@ These standard attributes are supported:
|
|||||||
|
|
||||||
```
|
```
|
||||||
accept acceptCharset accessKey action allowFullScreen allowTransparency alt
|
accept acceptCharset accessKey action allowFullScreen allowTransparency alt
|
||||||
async autoComplete autoPlay cellPadding cellSpacing charSet checked classID
|
async autoComplete autoFocus autoPlay cellPadding cellSpacing charSet checked classID
|
||||||
className cols colSpan content contentEditable contextMenu controls coords
|
className cols colSpan content contentEditable contextMenu controls coords
|
||||||
crossOrigin data dateTime defer dir disabled download draggable encType form
|
crossOrigin data dateTime defer dir disabled download draggable encType form
|
||||||
formAction formEncType formMethod formNoValidate formTarget frameBorder height
|
formAction formEncType formMethod formNoValidate formTarget frameBorder height
|
||||||
|
|||||||
Reference in New Issue
Block a user