-
Notifications
You must be signed in to change notification settings - Fork 380
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
Support for propertyNames key/value-objects etc #1765
Comments
Hi @runar-indico, we don't support "dynamic" schemas out of the box, however you can definitely write a custom renderer which can handle this use case. |
mirismaili
added a commit
to mirismaili/jsonforms
that referenced
this issue
Dec 21, 2021
mirismaili
added a commit
to mirismaili/jsonforms
that referenced
this issue
Dec 21, 2021
mirismaili
added a commit
to mirismaili/jsonforms
that referenced
this issue
Dec 23, 2021
mirismaili
added a commit
to mirismaili/jsonforms
that referenced
this issue
Dec 23, 2021
mirismaili
added a commit
to sabzco/jsonforms
that referenced
this issue
Dec 23, 2021
mirismaili
added a commit
to sabzco/jsonforms
that referenced
this issue
Dec 28, 2021
…mple types (`number`, `integer`, `string`) eclipsesource#1765
mirismaili
added a commit
to sabzco/jsonforms
that referenced
this issue
Jan 12, 2022
mirismaili
added a commit
to sabzco/jsonforms
that referenced
this issue
Jan 12, 2022
…mple types (`number`, `integer`, `string`) eclipsesource#1765
mirismaili
added a commit
to sabzco/jsonforms
that referenced
this issue
Feb 17, 2022
…mple types (`number`, `integer`, `string`) eclipsesource#1765
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to set up a form from an object that is of type
Record<string, string[]>
. I'm not sure if this is already supported.I've tried this schema (showing only the relevant part):
Perhaps this only needs a custom renderer? I'm thinking it should act sort of like the Material-renderer does already with arrays, only that one has to provide the propertyName as well.
The text was updated successfully, but these errors were encountered: