shared-housing icon indicating copy to clipboard operation
shared-housing copied to clipboard

Create generic form container

Open tabatahg opened this issue 6 years ago • 0 comments

Overview

Create a generic form container.

Action Items

This is a functional component that will accept props and render children as props. Basically a presentational component that will hold form elements.

The component will need the following:

  • [ ] Option for formik
  • [ ] Needs to accept initial values as props
  • [ ] Validation schema (Yup wrapper)
  • [ ] Controlled component
  • [ ] Accessibility compliance (A11y standard)
  • [ ] render children as props

tabatahg avatar Jul 17 '19 03:07 tabatahg