Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleloscozzese committed Apr 28, 2017
1 parent f8f5d71 commit de4f0ca
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Customary

cus·tom·ar·y

_/ˈkəstəˌmerē/_

_adjective_
1. according to the customs or usual practices associated with a particular society, place, or set of circumstances.

1. according to the customs or usual practices associated with a particular
society, place, or set of circumstances.

This package prevents HTML forms from submitting by hooking in to and preventing
their `submit` event.

This means that [native validation](https://caniuse.com/#feat=form-validation)
can be leveraged, and a callback passed to the function can handle the form
after it has already been validated by the browser.

0 comments on commit de4f0ca

Please sign in to comment.