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

Pydanticforms basic: Nested/Object field #1714

Open
DutchBen opened this issue Feb 6, 2025 · 0 comments
Open

Pydanticforms basic: Nested/Object field #1714

DutchBen opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@DutchBen
Copy link
Collaborator

DutchBen commented Feb 6, 2025

Add a field that will be used in the pydantic form ui basic version that uses allows the collection of an object. Each object property will be one of the other types and render according to it's type.

eg. Contactpeson { name: {type: string}, age: {type: number}

Could use frontend validation based on: https://json-schema.org/understanding-json-schema/reference/object

@kvklink kvklink self-assigned this Feb 13, 2025
@DutchBen DutchBen self-assigned this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants