Closed bendavis78 closed 3 years ago
yes, same problem here, current version seems to be broken.
Actually.. seems like it could be fixed just by adding this within your Django settings.py:
JSON_EDITOR_CSS = 'dist/jsoneditor.min.css'
JSON_EDITOR_JS = 'dist/jsoneditor.min.js'
Yup - same here after bumping 1.0.1 to 1.10.
Looks like #53 and #52 both fix this.
Yeah this is fixed in v1.1.1 - https://github.com/jmrivas86/django-json-widget/releases/tag/v1.1.1
Thanks!
Fixed in version 1.1.1 by @StevenMapes 👏 in https://github.com/jmrivas86/django-json-widget/pull/52
When using the JSONEditor widget on a basic modelform (non-admin page), the JSONEditor library is not loaded, resulting in the following javascript error: