auto-form
auto-form copied to clipboard
Feature request: expose AutoFormField component
I want to use another AutoForm inside the AutoForm component, but since AutoForm has already rendered one form, it cannot render another form. Therefore, I hope to expose the AutoFormField component to only render the FormField without rendering the form
I want to use another AutoForm inside the AutoForm component
Could you describe the use-case where this is useful? Kind of sounds like that might be better solved with another solution? But either way, yes sounds smart to expose the AutoFormField component as well for higher modularity