Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1895 from mjshepherd/PT-2058
Browse files Browse the repository at this point in the history
PT-2058: Phenotype search should regain focus after selecting suggestion
  • Loading branch information
sdumitriu committed Sep 28, 2015
2 parents 6115343 + 0afba38 commit 3e2d952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@
if (!silent) {
this.sInput = selection;
this.fld.value = newFieldValue || this.fld.defaultValue || '';
//this.fld.focus();
this.fld.focus();
this.clearSuggestions();
}
// pass selected object to callback function, if exists
Expand Down

0 comments on commit 3e2d952

Please sign in to comment.