jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

Results 239 jsonforms issues
Sort by recently updated
recently updated
newest added

### Describe the bug As you know there is a `path` prop that is passed to the renderer that indicates the location of `data` (that should be rendered by that...

bug
core

### Is your feature request related to a problem? Please describe. Ran into a situation where we need a select field (EnumCell.tsx)which shows a placeholder to mimic placeholders on text...

react
vanilla
feature

**Is your feature request related to a problem? Please describe.** For secure environments, the content security policy requires the `unsafe-eval` policy directive for the `script-src` policy. This requirement is primarily...

enhancement
core

Fix "dot-separated" paths by making paths type `string[]` (instead of `string`) for react (in these packages: **"core"**, **"react"** and **"material-renderers"**) eclipsesource/jsonforms#1849 eclipsesource/jsonforms#1831

This (draft) PR introduces the concept of [async validation with Ajv](https://github.com/epoberezkin/ajv#asynchronous-validation) for #1347. This concept is introduced next to (instead of replacing) synchronous validation. To implement the functionality we use...

### Describe the bug It is very difficult to target some css as we can't identify individual controls. could we therefore by default change the line here https://github.com/eclipsesource/jsonforms/blob/988f282c0f5b51ca8f2bc5d306b24f9e56230abd/packages/vanilla/src/layouts/util.tsx#L51 where the...

enhancement
react
vanilla

**Describe the bug** I have '.' in one property name it's creating key in form like object.key example: ``` "parameters": { "type": "object", "properties": { "rds.logical_replication": { "type": "string", "enum":...

bug
core

I developed this tool to the order of the company I work in. Other users can use this useful tool too.

### Is your feature request related to a problem? Please describe. It would be great when placeholders could be defined via the ui schema and set in the respective inputs...

enhancement
react
core
vanilla