-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Question] Dynamic titles for array fields #649
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
Comments
I also need this feature - is there any way to accomplish this? |
If the form data is based on a property that is not part of the array element, you could do something with dependencies though. For example:
|
Closing this issue, but feel free to reopen it if you have any additional questions! |
@epicfaace I have a similar issue. how do I add title for array items? |
Prerequisites
I am looking into a way of generating dynamic titles for items in an Array Field. In my current schema I have two
array
fields so only want to target one with the custom dynamic titles.In this case each title should be a day of the week, this data is coming from the
formData
being passed in. So eachobject
in thearray
would have a title.My questions are:
array
field at a time?Thanks
The text was updated successfully, but these errors were encountered: