vets-who-code-app icon indicating copy to clipboard operation
vets-who-code-app copied to clipboard

Reformat Forms

Open gixxerblade opened this issue 3 years ago • 0 comments

  • Upgrade react hook form
  • Create a FormBuilder component that accepts an object as a prop that describes all form elements | handlers | and validators
  • Use that in place of all of our hand coded forms,
  • Validate all tests pass to confirm you didn’t break any thing
  • add test coverage if needed on existing tests
  • add test coverage for new FormBuilder

gixxerblade avatar Jul 09 '21 21:07 gixxerblade