is-submittable
Version:
check if the given form element is submittable.
12 lines (6 loc) • 360 B
Markdown
# is-submittable
> A helper for determining if a given input is able to be submitted in an HTML form.
## API
### submittable(el)
Must pass a raw HTML element as `el`. It will return a boolean indicating whether or not it is
valid for submission according to the rules in the [HTML spec](https://html.spec.whatwg.org/multipage/forms.html#category-submit).