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 {
serviceUrl?: string;
lookup?: AutocompleteSuggestion[];
@ -22,6 +21,7 @@ interface JQueryAutocompleteOptions {
autoSelectFirst?: bool;
appendTo: any;
dataType: string;
openOnTop: bool;
}
interface AutocompleteSuggestion {