reactjs / react-magic

Automatically AJAXify plain HTML with the power of React. It's magic!
Other
947 stars 100 forks source link

Autofocus isn't camel-cased #149

Open carbureted opened 6 years ago

carbureted commented 6 years ago

The autofocus form property isn't properly transferred to camel case, and doesn't seem to work.

Daniel15 commented 6 years ago

Feel free to send a pull request fixing it.

kostasx commented 2 years ago

Opened a PR for this one: https://github.com/reactjs/react-magic/pull/165