You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I pip installed the library and I was trying to use it on my form with a view inherited from django.views.generic.FormView. I've set everything per the documentation but I can not insert data into the JSON field. Taking a glance I saw the error that stated Uncaught ReferenceError: JSONEditor is not defined.
The text was updated successfully, but these errors were encountered:
Same here. I see an error in the browser console complaining about not finding JSONEditor. The HTML is missing all in imports. Something wrong in my project ? (it is a newly created empty project) . it works well in the admin pages
Description
Hi all, I pip installed the library and I was trying to use it on my form with a view inherited from
django.views.generic.FormView
. I've set everything per the documentation but I can not insert data into the JSON field. Taking a glance I saw the error that statedUncaught ReferenceError: JSONEditor is not defined
.The text was updated successfully, but these errors were encountered: