react-json-form
react-json-form copied to clipboard
JSON editing made easy using form inputs.
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":...
Disable the move buttons instead of hiding them. See bhch/django-jsonform#33.
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...
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...