From c983e878e9a2e2bfccd116afe620e8246c359cd7 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Mon, 23 Sep 2019 16:31:07 -0700 Subject: [PATCH] fix incorrect gene add error on empty query (#910) * fix add gene button * make bulk add case insensitive * increase performance, incl memoizing * change which lists are memoized * improve hash to use ID from dataframe column * Add requested fixes, and actually make bulk add work * add default result to empty gene query * replace with unicode ellipses * change empty message --- client/src/components/geneExpression/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/geneExpression/index.js b/client/src/components/geneExpression/index.js index 0e4e6dbb..7fe4600a 100644 --- a/client/src/components/geneExpression/index.js +++ b/client/src/components/geneExpression/index.js @@ -259,6 +259,7 @@ class GeneExpression extends React.Component { /* this happens on 'enter' */ this.handleClick(g); }} + initialContent={} inputProps={{ "data-testid": "gene-search" }} inputValueRenderer={g => { return "";