react-auto-form icon indicating copy to clipboard operation
react-auto-form copied to clipboard

Simplifies getting user input from forms via onChange and onSubmit events, using DOM forms APIs

Results 5 react-auto-form issues
Sort by recently updated
recently updated
newest added

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, '') :...

bug

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...