Bharat Chauhan
Bharat Chauhan
Currently, the `errorMap` is not cleared when schema is changed on the validation tab. Line of concern: https://github.com/bhch/react-json-form/blob/v2.7.2/docs/src/tabs.js#L122
Currently, all the widgets fields are submitted with the form. But the expected behaviour is that only the JSON data is submitted. One possible solution is using `data-name` instead of...
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...
E.g.: ```json { "type": "integer", "step": "2", } ```