}
}, this));
- var $dropdownMenu = this._searchInput.next('.dropdownMenu');
+ var $dropdownMenu = WCF.Dropdown.getDropdownMenu(this._searchInput.parents('.dropdown').wcfIdentify());
var $lastDivider = $dropdownMenu.find('li.dropdownDivider').last();
this._divider = $('<li class="dropdownDivider" />').hide().insertBefore($lastDivider);
this._list = $('<li class="dropdownList" />').hide().insertBefore($lastDivider);
this._createListItem($item);
}
- WCF.Dropdown.toggleDropdown(this._searchInput.parent().wcfIdentify());
-
WCF.CloseOverlayHandler.addCallback('WCF.Search.Base', $.proxy(function() { this._clearList(); }, this));
// pre-select first item