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
filter.toLower() needs to be moved to filterFunc()
The text was updated successfully, but these errors were encountered:
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
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()
The text was updated successfully, but these errors were encountered: