if (item && item.length === 1) {
      item.addClass('highlighted');
      return scroll_element_to_visible(item[0], $('.js-autocomplete-suggestions-container')[0]);
    }