This repository has been archived by the owner on Apr 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8f5d71
commit de4f0ca
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |