Skip to content

Various Updates

Compare
Choose a tag to compare
@matt-sanders matt-sanders released this 07 Jan 20:43
· 14 commits to master since this release

This update includes changes from the following PRs:

To summarise the changes:

  • Fields with validation are now implicitly required. To run validation on empty fields you must set the required attribute to false
  • The fieldset wrapper can now be changed to a different element by passing the tag prop to the formly-form element.