Various Updates
This update includes changes from the following PRs:
- #26 - thanks to @electrolinux
- #27 - thanks to @klarkc
To summarise the changes:
- Fields with validation are now implicitly required. To run validation on empty fields you must set the
required
attribute tofalse
- The
fieldset
wrapper can now be changed to a different element by passing thetag
prop to theformly-form
element.