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:
parent
6830fc29ee
commit
3bab507eac
2
src/jquery.autocomplete.d.ts
vendored
2
src/jquery.autocomplete.d.ts
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user