jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
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...
Implement a `Categorization` Renderer for Vue Vanilla.
**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...
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...
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...
**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...
**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...
Implement a table renderer for Vue Vanilla. Includes implementing a `cell` renderer set.
**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...
**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...