Posts
Chat
Members
Info
·1y·Pinned# General
📢Announcement: We are moving the discussion board to Discourse
Dear JSON Forms Community, We are moving to Discourse because Spectrum is shutting down in a few weeks. Please save the new link: https://jsonforms.discourse.group We have managed to dump all Spectrum threads and imported them into Discourse, so no data has been lost. We kindly…
0
Showing server side (back end) errors on the form in React standalone JSONForms
Is there any way to show the server-side (back-end) error on the fields after the submission? The error might be related to specific field or to the form. I searched the doc and also read the source, and I found no way to do it after submit. Imagine that the response of the…
2
uiSchema propagate options to generated controls
Is there a way to propagate options to controls which are generated inside a Group?
2
addItem not working in array control
I have copied the array control internals from both the Vanilla and Material UI packages to test how it is working. When I call the addItem function within my component nothing happens. The state isn't updated at all, the forms onChange handler isn't called either. Can I get…
2
Horizontal Layout is not working
Can anyone take a look at this uischema? The two elements are arranged on top of each other like there's no horizontal layout in place. "uischema": { "type": "Group", …
2
Custom renderers and tabindex
I am using a couple of custom renderers for picking values etc... they are not being tabbed even though they are a text input (but wrapped in a component) Do you have a way to get the index thru to the custom control?
1
New to jsonforms. have a question about multiple custom renderes
I have 2 different, but kinda of similar renderes const renderers = [ ...materialRenderers, …
3