You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to have a group of inputs whose number is variable, adding more or less instances of each group at will.
Describe the solution you'd like
Ideally it should allow to group any of the existing inputs, making it like a dynamic nested form.
Additional context
To give an example usage. Let's say that you have a form to create grocery lists. Each item requires a name and an amount. I want to add as many rows as things I need to buy before submitting.
Not sure if the outcome should be an array of values or prefixed/suffixed fields
The text was updated successfully, but these errors were encountered:
Come to here for the same FR!
So I can create preconfigured list usable in template.
I see something like an array of value in form of: {[name: string]: {object}}[].
It will be could if we can "use it in a template", for example: Use it [input1] and do [input2]
When the result is called, simply we could use the {{variable}}, who will paste: the list (as - list) like:
- Use it [value] and do [value]- Use it [value] and do [value]
Is your feature request related to a problem? Please describe.
I want to have a group of inputs whose number is variable, adding more or less instances of each group at will.
Describe the solution you'd like
Ideally it should allow to group any of the existing inputs, making it like a dynamic nested form.
Additional context
To give an example usage. Let's say that you have a form to create grocery lists. Each item requires a name and an amount. I want to add as many rows as things I need to buy before submitting.
Not sure if the outcome should be an array of values or prefixed/suffixed fields
The text was updated successfully, but these errors were encountered: