-
Notifications
You must be signed in to change notification settings - Fork 0
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
change searchable dropdowns to angular material autocomplete #1066
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- search in gene browser should de-select automatically when a gene is selected
- remove animations: when the dropdown opens and when an item is clicked
- CSS rules should be moved to styles.css
- pheno measure selector should update state when deleting from the input field
- last selected item (after deselection) is not highlighted again in the dropdown menu when cycling with arrow keys
- pheno measure dropdown has a delay when clearing the input field; if possible try to speed it up
remove animations: when the dropdown opens and when an item is clicked |
68aea9c
to
70df0e5
Compare
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Background
Current searchable dropdowns have some issues (like #825 #824 #759).
Aim
To use Angular Material Autocomplete for these dropdowns.
Implementation
Searchable dropdown places: