shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 35 forks source link

html: correct input types #32

Closed Haroenv closed 6 years ago

Haroenv commented 6 years ago

This will give the correct autofill on browsers, so will show a more real example

alex35mil commented 6 years ago

@Haroenv Before I can merge this, can you:

  1. Clone the repo and check that you didn't break anything w/ this change (you did).
  2. Handle styles added by a browser in autocompleted state.
  3. Disable browser default validations by adding noValidate=true to form tags.

Thanks.

Haroenv commented 6 years ago

I'll leave this up to you then :)