- Form's call to
setState
after form has unmounted issues a warning - To circumvent HTML form validation, we may need to provide a
noValidate
on the<form>
when a validation method is passed in. Otherwise ouronSubmit
does not get called - Need to make an ability for fields to have multiple/custom values
- Build other input field types
- textarea
- select
- radio
- checkbox etc
This repository was archived by the owner on Oct 28, 2021. It is now read-only.