Bharat Chauhan

Results 101 comments of Bharat Chauhan

Hello. Thanks for reporting this. Which version of `django-jsonform` are you using? Find out with this command: ``` $ python -c "import django_jsonform; print(django_jsonform.__version__)" ```

Nevermind, I see the cause of problem now. Related to issue #37. There's a folder called `local` which I use to keep js files during development. This should not get...

The local dir is already declared in `prune` keyword in MANIFEST.in. That dir is excluded from the tarball (sdist) build, but not from the wheel which is odd.

This is an 8-year old issue with the wheels which hasn't been resolved. pypa/wheel#99

Reopening because local files are causing errors with django-whitenoise. This folder needs to be excluded from the final build.

Are you populating the `state` input field using JQuery?

The actual JSON data is kept in a hidden textarea. So modifying the input field with jQuery will not change the data. But it's strange that it's not working with...

I tried the schema you gave me but I'm unable to reproduce this issue. It's working fine for me. If you could create a sample repository with some code to...

@kayesn786 Do you still have this issue? Currently, I'm working on a new version. I've been thinking about providing some JavaScript apis to control the form in the browser, such...

What's the typo?