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
A dynamic list, where user can add and remove objects easily (like Iterate.Array) which works inside of the Iterate context, both in Iterate.Array and Iterate.PushContainer.
Motivation
Iterate.Array works well for both "large" objects, with the possibility of making custom view and edit containers, as well as with simple single value lists.
It is however not possible to use Iterate within Iterate.
It would be great to be able to make a list of some data while in the context of an object already in Iterate.
Example
We have a design where we are adding people to a list.
These people can have one or more citizenships.
Currently there is no easy way of handling this use case. Iterate.Array works great for making simple dynamic lists with PushButton, but it does not work within Iterate
Pitch
It seems to me to be a natural progression of Iterate.
CSB
Here is a CSB which shows how usage of this could look.
Note that this is (obviously) not working right now. The code might be of interest, not the result of running the code.
🚀 Feature Proposal
A dynamic list, where user can add and remove objects easily (like
Iterate.Array
) which works inside of theIterate
context, both inIterate.Array
andIterate.PushContainer
.Motivation
Iterate.Array
works well for both "large" objects, with the possibility of making custom view and edit containers, as well as with simple single value lists.It is however not possible to use
Iterate
withinIterate
.It would be great to be able to make a list of some data while in the context of an object already in
Iterate
.Example
We have a design where we are adding people to a list.
These people can have one or more citizenships.
Currently there is no easy way of handling this use case.
Iterate.Array
works great for making simple dynamic lists withPushButton
, but it does not work withinIterate
Pitch
It seems to me to be a natural progression of
Iterate
.CSB
Here is a CSB which shows how usage of this could look.
Note that this is (obviously) not working right now. The code might be of interest, not the result of running the code.
https://codesandbox.io/p/sandbox/show-iterate-within-iterate-wq9snc
The text was updated successfully, but these errors were encountered: