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

**Description** Sometimes general modifications of JSON Forms behavior would be useful. For example to listen on update events and to modify errors and data before they are set. **Solution** Similar...

enhancement
react

### Describe the bug After upgrading to 3.0.0-alpha.2 it's no longer possible to provide a custom AJV instance for jsonforms. Template: ` ` To create the new Ajv instance I...

bug
vue

TSLint is officially deprecated. Move to ESLint + Prettier: https://prettier.io/docs/en/integrating-with-linters.html

**Description** At the moment we default export the connected variants of each implemented React Material renderer. However more often than not a developer wants to access the unwrapped version. We...

react
material

**Describe the bug** If ajv is configured to use asynchronous validation, error reporting is not working correctly, see https://github.com/epoberezkin/ajv#asynchronous-validation for more info. **To Reproduce** Use any example with $async set...

core

### Is your feature request related to a problem? Please describe. The goal is to allow a full translation of currently hard coded strings in the existing renderer sets. ###...

react
material
angular
vanilla
vue

### Describe the bug The layout ListWithDetail of the React-Material renderer does not honor the options.labelRef. ### Expected behavior When using the options.labelRef the list of items need to be...

enhancement
react
material

### Is your feature request related to a problem? Please describe. Sometimes i can solve my tasks using the resolved JsonForms object. It would be great to have the access...

enhancement
react

### Is your feature request related to a problem? Please describe. After the JSON form renders the UI schema say like this ![image](https://user-images.githubusercontent.com/45713801/137278385-86901679-955d-48ef-88b6-589e4299cda4.png) If there's a change in an element...

### Is your feature request related to a problem? Please describe. I do have quite a few form steps to display and the screen size is constrained. ### Describe the...

enhancement
react
material