Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor forms support #106

Open
10 of 14 tasks
lulco opened this issue Dec 5, 2022 · 0 comments
Open
10 of 14 tasks

Refactor forms support #106

lulco opened this issue Dec 5, 2022 · 0 comments
Labels

Comments

@lulco
Copy link
Contributor

lulco commented Dec 5, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant