final-form / react-final-form-html5-validation

A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation
MIT License
56 stars 8 forks source link

Expand "why not add this functionality directly" section of readme to mention accessibility considerations #16

Open danielnixon opened 5 years ago

danielnixon commented 5 years ago

Another good reason you might consider adding to the "Why not add this functionality directly into the officially bundled Field component?" section of the readme is that HTML5 validation has accessibility considerations.

See e.g. https://developer.paciellogroup.com/blog/2019/02/required-attribute-requirements/