2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-29 16:24:05 +00:00

Added the openOnTop option to description file

This commit is contained in:
martinlechner1 2014-02-13 11:59:37 +01:00
parent 6830fc29ee
commit 3bab507eac

View File

@ -1,4 +1,3 @@
interface JQueryAutocompleteOptions { interface JQueryAutocompleteOptions {
serviceUrl?: string; serviceUrl?: string;
lookup?: AutocompleteSuggestion[]; lookup?: AutocompleteSuggestion[];
@ -22,6 +21,7 @@ interface JQueryAutocompleteOptions {
autoSelectFirst?: bool; autoSelectFirst?: bool;
appendTo: any; appendTo: any;
dataType: string; dataType: string;
openOnTop: bool;
} }
interface AutocompleteSuggestion { interface AutocompleteSuggestion {