Bharat Chauhan

Results 101 comments of Bharat Chauhan

Any ideas how this can be implemented? Only way I can think of is to execute a JS function every time a new item is added and that function will...

This is being discussed on the JS repo: https://github.com/bhch/react-json-form/issues/89.

Hi, sorry to have kept you waiting. I've merged this now and will release it in a couple of days. Thank you for contributing.

Released in [django-jsonform v2.23.0](https://github.com/bhch/django-jsonform/releases/tag/v2.23.0).

I'll try to add this feature in a future release.

I like what you've proposed and it's probably the better solution for styling. However, how do we customize only certain elements of the form, e.g. changing the display text of...

@Shivaank121 I'm currently doing a complete rewrite of this library. You'll be able to customize almost everything. It will have support for theming, plugins, etc. I haven't published the changes...

**Problem**: The `number` and `boolean` types get `null` as the default value in the output. To generate UI for `oneOf`, we look at the data and then try to find...

Thank you for reporting this. I'll release a fix soon.

This has been on my to-do list for so long but I've been putting it off. I'll try to fix it in the next release. But thanks for commenting. I...