Replies: 1 comment
-
@LironWix this is not intentional behavior. It sounds like a bug. Could you create a corresponding bug report in our Issues? Thanks. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've noticed that when a field is inside a
oneOf
schema, itsid
inFieldTemplateProps
does not include the full path from the root. Instead, it gets flattened, omitting the parent object that contains theoneOf
.For example, given this schema:
I would expect the
id
forlabel
to beroot_action_url_label
, But instead, theid
isroot_url_label
.The
action
prefix is missing, making it difficult to track the field’s exact location in the schema.Looking forward to any insights—thanks!
Beta Was this translation helpful? Give feedback.
All reactions