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
The label and description properties of the field-config object do not change how the field is rendered.
The .describe() function on the sub-object schema does not render a custom label.
I would expect the rendered elements to contain customized labels, as this is how other inputs work. The documentation doesn't mention any caveats related to this either.
System Info
shadcn-vue 0.11.3
Contributes
I am willing to submit a PR to fix this issue
I am willing to submit a PR with failing tests
The text was updated successfully, but these errors were encountered:
Reproduction
https://stackblitz.com/edit/ygd2zhbm?file=src%2FApp.vue
Describe the bug
Rendering objects with autoform has some issues.
label
anddescription
properties of the field-config object do not change how the field is rendered..describe()
function on the sub-object schema does not render a custom label.I would expect the rendered elements to contain customized labels, as this is how other inputs work. The documentation doesn't mention any caveats related to this either.
System Info
Contributes
The text was updated successfully, but these errors were encountered: