Skip to content

Support Lists with FormBuilderList #1339

Open
@letto4135

Description

@letto4135

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions