Open paulsonak opened 2 months ago
Hello Amanda, these widgets are not super recent... are you using them to query BioPortal or another instance of OntoPortal .? Maybe @Bilelkihal or @jvendetti in the team can help you.
Hi, thanks for looping them in! Yes I’m trying to query bioportal, the BAO ontology. I saw that the form_complete.js was forked directly from ontoportal so I don’t know if either team has an updated version, but it would be great if so!
Hi there,
I am building a new Django app (using jQuery 3.7.1) and hoping to implement some of the widgets you have available for form_complete and a tree view for ontologies.
Specifically, I have included in my .html form in the header:
and this is the text input:
The error I get is:
It looks like the form_complete.js tries to work with jQuery 1.X and use the 1.X migrate tool which isn't applicable to migrate to jQuery 3.X.
Is it possible to update the form_complete.js to work with jQuery 3.X?
Thank you!