Bharat Chauhan

Results 37 issues of 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

bug
playground

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...

bug

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

E.g.: ```json { "type": "integer", "step": "2", } ```

enhancement