-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
The purpose of this story is to remove the dependency of the redux-forms module in the Register cluster page. There shall be no functional or display changes to the end user.
Items included:
- Change the form handler from redux-forms to formik.
Note the form handler is at: src/components/clusters/RegisterCluster/index.ts - Remove or modify child components that use formik code
- Update any related unit tests to no longer use redux-form
- Verify the form works as it does today (no functionality change).
Testing implications:
A regression test is needed to ensure that form functions as before. This includes verifying form validation and form submission.
------------------
Old notes:
Migrate src/components/clusters/RegisterCluster to Formik
- is depended on by
-
OCMUI-2711 Remove redux-form from files - final review
- To Do
-
OCMUI-2720 Remove redux-forms library from the code base
- To Do