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 there currently a supported way to apply fieldConfig to fields inside array items?
If not, is this something planned, or should I extend AutoForm manually?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m using
AutoFormwith a schema that contains an array of objects. For example:I’d like to customize a SelectComponent for the fields inside the array items (e.g.
type) using fieldConfig.The documentation shows how to use
fieldConfigfor top-level fields, like:But it doesn’t mention how to target fields inside array objects.
I’ve tried things like:
and then
But it seems to not work.
👉 Is there currently a supported way to apply
fieldConfigto fields inside array items?If not, is this something planned, or should I extend AutoForm manually?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions