jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
### Describe the bug Hello, On the [MUI page for the TextInput](https://mui.com/material-ui/react-text-field/#form-props), MUI define two different UI for disabled and read only inputs. On JsonForms, when a field has a...
Added `` control for enum and oneOf types. Enable multi-selection for array type. Not sure if RankedTester ist properly defined, could need help with that.
### Is your feature request related to a problem? Please describe. I cannot use the Bootstrap classes with the Vanilla renderer because the Vanilla renderer only lets you set one...
**Describe the bug** If material react labels contain certain characters (e.g. `.` or `-` and possibly more), they grab too much vertical space. It seems like the additional space grabbed...
### Describe the bug In 3.1.0, keyboard input for date fields was kind of broken (fields were entered in wrong order), but it still worked. In 3.2.0, the keyboard cannot...
### Describe the bug When i create a radio button based on an enum and try to render it using the vue-vuetify I can not select any value and receive...
### Describe the bug Once you clear out the value of a date control, the control becomes completely unusable. The date picker does not come up at all. ### Expected...
### Is your feature request related to a problem? Please describe. The add, remove, move-up and move-down buttons are rather ugly with just a textual `+` and `-` sign. ###...
regarding issue #1927 with this proposal you are able to replace the default controlWrapper. ```ts provide('custom-control-wrapper', {component: CustomControlWrapper, props: {some: "props"}) ```
### Describe the bug When I quickly click a button, sometimes the previous state is logged to the console. I can never be sure that I'm accessing actual form data...