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

Better handling of dynamic forms #15

Open
n-bernat opened this issue Apr 30, 2024 · 1 comment
Open

Better handling of dynamic forms #15

n-bernat opened this issue Apr 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@n-bernat
Copy link
Member

Currently, adding or removing a single field requires us to provide a list of all fields each time which results in more code and worse developer experience.

Adding a method that allows to (un)register a particular field would make it easier to manage forms, because it allows you to think in a more scoped way.

@n-bernat n-bernat added the enhancement New feature or request label Apr 30, 2024
@pdenert
Copy link

pdenert commented May 8, 2024

Subforms have been created for this purpose. Have you tried using them? https://github.com/leancodepl/leancode_forms/blob/main/README.md#subforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants