Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 407 Bytes

todo.md

File metadata and controls

10 lines (9 loc) · 407 Bytes

Todo's

  • 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 our onSubmit 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