Skip to content
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

User input forced to lowercase when typing into the reference genome search #197

Open
innovate-invent opened this issue May 11, 2020 · 0 comments

Comments

@innovate-invent
Copy link
Collaborator

innovate-invent commented May 11, 2020

The code that filters the reference list writes to the user input variable when changing to lowercase. It needs to make a copy beforehand.

https://github.com/brinkmanlab/galaxy-client/blob/f9d493674cdb7e11987b0baebbd0b56860702303/src/genomes/ReferenceGenomes.vue#L125

filter.toLower() needs to be moved to filterFunc()

@innovate-invent innovate-invent changed the title ui forces use input to lowercase when typing into the reference genome search User input forced to lowercase when typing into the reference genome search May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant