🔈 NEW FUNCTIONALITY! 🔈
☑️ Added support for easily support multiple forms per page. Fixes #28. See Editing Multiple Records for more details.
☑️ Added a submitting
flag to better support asynchronous form submission. If your onSubmit
function returns a Promise, then your form while receive a submitting
prop that will be true
until your submit promise is resolved or rejected.
☑️ Reorganized README and added a Table of Contents.