react-json-form icon indicating copy to clipboard operation
react-json-form copied to clipboard

JSON editing made easy using form inputs.

Results 15 react-json-form issues
Sort by recently updated
recently updated
newest added

When an object has `additionalProperties` and `oneOf` present, the form ui interprets the `oneOf` fields as the parent object's additional property. Schema: ``` { "type": "object", "properties": { "name": {"type":...

bug

See bhch/django-jsonform#63

enhancement

Disable the move buttons instead of hiding them. See bhch/django-jsonform#33.

enhancement

Once the `FormDateTimeInput` component mounts, it starts listening for all click events. This is to close the time selector popup when a user clicks outside. But this also listens for...

bug

Given that #99 has led to validation being disabled for oneOf and anyOf members, I suggest implementing the [OpenAPI 3.0 spec discriminator](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/). This would only function for the oneOf use...