Skip to content

Provide support for form level properties #4

@dpsthree

Description

@dpsthree

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions