Replies: 1 comment
-
|
I've got further by using the template in the templates part of the form. I still would like to be able to have custom array item templates dependent on the array template itself as we have some specific functionality baked into them. We most definitely have gone a bit more complicated than intended but has been a consequence of another team working on it and passing it over to us whilst having specific data collection requirements, from the front end to the back end |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've tried looking through the docs but can't seem to find my answer on them.
We have a custom array template in which we used to map the items into another custom array item, however I know that this has changed. What I can't find is how to reference this new array field item template in the same way we reference the array template. The main issues is that the array items are also custom objects.
I can get the custom objects within the normal array item template ( the array template has {props.items}) but getting these items inside a custom array field item is escaping me.
Anyone got any pointers?
Beta Was this translation helpful? Give feedback.
All reactions