-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: "Add child feature" autocomplete not working, submit button is disabled #453
Comments
A bit more info on how this might be done. In the Apollo3/packages/jbrowse-plugin-apollo/src/components/OntologyTermAutocomplete.tsx Lines 60 to 63 in 89ccf49
|
After discussion today, we've decided that since #452 is going to make the feature type ontology (by default Sequence Ontology) an even more important part of our code, instead of the above approach we are going to not even display the Apollo track at all if there isn't a feature type ontology loaded. Instead we'll display a message saying that it needs a feature type ontology to run, which means users won't even be able to get to the autocomplete unless an ontology is loaded. |
* Display message if sequence ontology is unavailable (#453) * Use Alert component * Better ontology loading error handling --------- Co-authored-by: Garrett Stevens <[email protected]>
Reported by EBI testers, the "Add child feature" feature type autocomplete is not working, and the submit button is disabled.
I think the likely culprit is that the ontology has not loaded correctly, but if that is the case we still need to:
The text was updated successfully, but these errors were encountered: