andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Implement fixes recommended by react-a11y #48

Closed jwbrady closed 8 years ago

jwbrady commented 8 years ago

react-a11y is a library that warns you of accessibility issues in your react code. This commit is a result of applying changes recommended by it.

andrewhathaway commented 8 years ago

Thanks!