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

I am trying to set up a form from an object that is of type `Record`. I'm not sure if this is already supported. I've tried this schema (showing only...

feature

Implement a `Categorization` Renderer for Vue Vanilla.

vanilla
vue

**Describe the bug** I am not sure if this is a feature request or a bug. I am trying to pass constant strings from the schema into the JSON output...

react
material
feature

At the moment we're bundling Ajv with JSON Forms. While validation is a core concern of JSON Forms we are forcing our users to use our bundled Ajv or to...

core
feature

Test setting up a pure Javascript Vue 3 JSON Forms application with vitejs. Note down any problems which occur and whether they require any changes in the JSON Forms build...

vue

**Describe the bug** Required bubble that appears when marking an array field as required warns of two errors instead of one. **To Reproduce** Use an empty object for data, use...

bug
react

**Describe the bug** rules with the schema `{const: null}` don't validate successfully when the respective property doesn't exist **To Reproduce** Steps to reproduce the behavior: 1. check out this repo...

bug
core

Implement a table renderer for Vue Vanilla. Includes implementing a `cell` renderer set.

vanilla
vue

**Describe the feature** At the moment it's not possible to define custom classes per control type. They can only be defined for all controls or via the ui schema for...

vanilla
vue

**Is your feature request related to a problem? Please describe.** The default ui schema generation works fine for most cases but it's missing some edge cases. For example it does...

core