Posts
Chat
Members
Info
·348d·Pinned# General
Welcome to this support and community chat!
This is a free and community driven support forum. Depending on the current workload, there may be potential delays in answers from the team. For professional support covered by an NDA and with guaranteed response time please see https://jsonforms.io/support
1
0
Map type
Hi, Is it possible to implement a "map" control, ie. an object where the keys are unknown, but the values are of a specific type? With Json schema it would look like this, for a map with integer values: { …
0
2
"Required" field can be empty, with no validation error (undefined is not the…
When I declare a field to be required, I want the user to enter a non-empty value. If the user clicks the "X" icon at the right of the field to clear it, the form fails validation (and the property in my data object is undefined). But if the user deletes all of the characters in…
0
1
How to send the Multipart -Data in JSON Forms
I have one text file i need to send that text file in jsonFormService how it is possible..I have created Custom FileUpload component ..once i read the file i need to send that file using jsonFormsAngularService.updateCore()
0
1
Modifiying jsonformsData after onChange
Hi everybody, i am trying to modify the jsonformsData which will be controlled by the onChange Action. I defined the schema and uischema properly, and those i am using to build an array. …
0
5
Modeling enumns with different value for "label" and "option"
Hi all, I was looking the way to model an enum where the visible label is different than the underlying value. I found the following issue #990 with this PR #1591 …
0
2
addmore/delelelast button
hello i'm new in javascript. i have a type array in my shema with title like "T#1-3" or "T#3+" I would like that we can no longer add fields with the + button when we exceed 3 additions for the first case and set direcly 3 when at the start for the second case. …
0
2