Skip to content

Refactor forms support #106

@lulco

Description

@lulco

Follow up #77 and #95

private AddFieldsToFormInterface $addFieldsToForm;
...
$form = new Form();
$this->addFieldsToForm->addFields($form);

AddFieldsToFormInterface can have several implementations, we need to collect data from all of them
  • If some field is conditionally added, and it is checked in latte, there should be no error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions