Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: Json field. A dynamic (sub) form from a json schema #5327

Open
2 tasks done
sebastianovide opened this issue Oct 11, 2024 · 1 comment
Open
2 tasks done

[feat]: Json field. A dynamic (sub) form from a json schema #5327

sebastianovide opened this issue Oct 11, 2024 · 1 comment

Comments

@sebastianovide
Copy link

sebastianovide commented Oct 11, 2024

Feature description

dynamic form from json schema

Affected component/components

form

Additional Context

given a json schema, create a form and save the output into a json
Perhaps a simple JsonField component inside a form where the field is a json or stringified version of a json which needs to confirm a json schema. Example: a configuration field.

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues and PRs
@sebastianovide sebastianovide changed the title [feat]: [feat]: Json field. A dynamic (sub) form from a json schema Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@sebastianovide and others