Create baseForm class to abstract common form functions
Opened this issue · 0 comments
jak-atx commented
User Statement:
As a developer we need to be able to share common form functions
Details:
Create a common baseForm that has all the common functions to be shared between create/edit forms
Acceptance Criteria:
Base form component contains all common functions needed by the forms (toViewModel, toDataModel, init, error handling, etc)