Release notes can be found at https://github.com/longshotlabs/reacto-form
Update @babel/runtime and lodash dependencies to their latest versions
Add support for MUI Checkbox along with examples of it in demo app.
Fix form value prop data getting lost after a successful submission.
Upgrade transitive dependencies to fix vulnerabilities
Both form.submit() and form.validate() now reliably return a Promise that resolves with the updated errors array. This allows you to await form submission and easily check the errors after.
- Update
Formcomponent to work with MUI in a way similar touseReactoForm - Allow settings keys to
falseinpropNamesto omit those input props
- The
getInputPropsfunction returned byuseReactoFormhook now returns ahasBeenValidatedboolean prop. useReactoFormhook now includesresetValuein returned object.
Introduce React Hook: useReactoForm
Various non-breaking changes
Initial release