Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/unovue/shadcn-vue/discussions/1392
el="stylesheet" href="https://github.githubassets.com/assets/discussions-c4171de36874.css" />
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m using
AutoForm
with 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
fieldConfig
for 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
fieldConfig
to 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