1.3.0
π Bugfixes
-
π Fixed a bug where validation wouldn't work when using
validateOnMount: true
inuseFormup
options. -
π Fixed a bug where FormInputGroup validation would always return false at the last render.
π Improvements
-
π
onSubmit
is now optional inuseFormup
'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 theid
property is not provided inFormInput
. The value injected will always be equal toname
.