Skip to content

1.3.0

Compare
Choose a tag to compare
@pedro-lb pedro-lb released this 15 Jun 21:10
· 182 commits to master since this release

πŸ› Bugfixes

  • πŸ› Fixed a bug where validation wouldn't work when using validateOnMount: true in useFormup options.

  • πŸ› Fixed a bug where FormInputGroup validation would always return false at the last render.

πŸ’… Improvements

  • πŸ’… onSubmit is now optional in useFormup's options! This means we can use formup for anything - you don't need to submit your form (or use formup to handle the submission) anymore - you're free to choose.

  • πŸ’… Formup will now inject id into inputs if the id property is not provided in FormInput. The value injected will always be equal to name.