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 `JsonForm` expected props are `JsonFormsInitStateProps & JsonFormsReactProps`, in which `uischema` type is `UISchemaElement`. That declaration is incorrect since it can't accept a `Layout`, which includes the...

### Is your feature request related to a problem? Please describe. Currently we can add only one rule per control which has only one effect. We can have cases where...

enhancement
core

### Is your feature request related to a problem? Please describe. I have two widgets on JF, something like this: ``` { schema: { type: "object", properties: { list: {...

react
material

### Describe the bug ``` export const formatIs = (expectedFormat: string): Tester => schemaMatches( schema => !isEmpty(schema) && schema.format === expectedFormat && schema.type === 'string' ); ``` ### Expected behavior...

enhancement
core

**Describe the bug** When a form contains arrays of objects performance is very poor. **To Reproduce** I have created [a minimal reproduction](https://github.com/devinsm/json-forms-perf-issues). Simply clone the linked repo, run `npm install`...

bug
react
material

While we got rid off Redux for regular JSON Forms usage there are still some places left where we use Redux internally. - Some unit tests still use the Redux...

examples
react
vanilla

### Describe the bug When implementing `DispatchPropsOfControl.handleChange()` in a custom control and calling `handleChange('somePath', undefined)`, the property at `somePath` of the global `data` object is removed but in `mapAdditionalProps(props)`, the...

enhancement
core

**Is your feature request related to a problem? Please describe.** In order to translate AJV error messages, the errors should be passed to the renderer. **Describe the solution you'd like**...

react

### Describe the bug is there any way can you guys please share the link it's very important for me ### Expected behavior bootstrap & tailwind ui in json forms...

question

**Describe the bug** using '/' in initialisation json results in 'No applicable renderer found.' **To Reproduce** 1. Use JsonForms data json ``` { "some / initial / value": 0.0, }...

bug
core