react-auto-form
react-auto-form copied to clipboard
Simplifies getting user input from forms via onChange and onSubmit events, using DOM forms APIs
what is the best way to reset form? say after submit?
Hi I'm wondering how I can go about loading ```AutoForm``` with default data? Say, I'm editing a from, is this supported?
When I apply trimOnSubmit prop on edge (14 or 15) it fails on this condition on the bold line ` if (!CHECKED_INPUT_TYPES[type]) { **value = trim ? element.value.replace(TRIM_RE, '') :...
Sometimes you just want an `onChange` which handles a chunk of form fields rather than encompassing the entire form., e.g. when rolling your own support for data held in objects...