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.
This is not a problem but more of an enhancement. The items in an array take the parent's property name as the title even though the parent's title has been specified. For example, this playground shows the array type property arrayProperty with the title Array Property Title and string type items. Each of its items gets the title arrayProperty-<index>.
Describe the solution you'd like
The array items should use the parent's title property to get the title if present. Therefore, for the above example, the items should have the title Array Property Title - <index>,
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered:
@Rozamo That is a good feature idea! Are you willing to push a PR to implement it? I believe that it could be a simple change in the ArrayField class in @rjsf/core
Prerequisites
What theme are you using?
core
Is your feature request related to a problem? Please describe.
This is not a problem but more of an enhancement. The items in an array take the parent's property name as the title even though the parent's title has been specified. For example, this playground shows the array type property
arrayProperty
with the titleArray Property Title
and string type items. Each of its items gets the titlearrayProperty-<index>
.Describe the solution you'd like
The array items should use the parent's
title
property to get the title if present. Therefore, for the above example, the items should have the titleArray Property Title - <index>
,Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: