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

Support Lists with FormBuilderList #1339

Open
1 task done
letto4135 opened this issue Dec 10, 2023 · 0 comments
Open
1 task done

Support Lists with FormBuilderList #1339

letto4135 opened this issue Dec 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@letto4135
Copy link

letto4135 commented Dec 10, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

latest

What you'd like to happen

I can't find anything on this, or if there is a way that I'm not seeing, but essentially just allow lists of items.

Something like

FormBuilderList<String> (
    name: name,
    icon: Icons.add,
    etc...
)

and

FormBuilderDropdownList<String> (
    name: name,
    icon: Icons.add,
    etc...
)

Where when you tap/click the icon you add another item to the list.

or maybe

FormBuilderList (
    icon: Icons.add,
    child: FormBuilderDropDown(
    )
)

so it knows what type of form field to add when you click the add button. I think that option is better possibly.

@letto4135 letto4135 added the enhancement New feature or request label Dec 10, 2023
@letto4135 letto4135 changed the title Support Lists with FormBuilderList<T> Support Lists with FormBuilderList Dec 11, 2023
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

1 participant