return that.qs2 = $selectionSearch.quicksearch(selectionSearchString).on("keydown", function(e) {
          if (e.which === 40) {
            that.$selectionUl.focus();
            return false;
          }