-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, developers supply a control configuration set by passing an array into the "controls" input of the incrudable-form component. This simplistic design works well enough for forms that have no cross-cutting concerns against multiple controls. Future feature needs will include form level validation, and as a result, the form definition will need to expand to accommodate this need.
Replace the "controls" input with a "formDef" input. The formDef input should be of type "Form" and should include the form control array as a property. This should be done in preparation of form level features.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels