Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franleplant committed Oct 11, 2016
1 parent 4bb59f4 commit c26452e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,14 @@ Native validators often do different validations depending on the type of the In
operates differently on an `input` `type="number"` and a `type="date"`.
Custom validators can also do this differentiation using the second parameter of that Reform passes to them.
## Remaining Parts
There are a lot of untold details in the previous docs that I don't think it's worth describing here.
The only thing that I really want to talk about is that we also hook into **Submit** mechanisms such as `<button>` and `<input>` as well
as **onSubmit** handler. This completes the functionality of checking if the form is valid or informing the user about the
errors she has on her form before submitting.
## Contributing
TODO
Expand Down

0 comments on commit c26452e

Please sign in to comment.