980981982983984985986987988989990
return false; } int ddTop = isMultiple ? container.height() : container.height() - 1; fireEvent(new ShowingDropDownEvent(this)); dropdown.css("top", ddTop + "px").css("left", "0"); resultsShowing = true; searchField.focus();
967968969970971972973974975976977