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 {
|
||||
serviceUrl?: string;
|
||||
lookup?: AutocompleteSuggestion[];
|
||||
@ -22,6 +21,7 @@ interface JQueryAutocompleteOptions {
|
||||
autoSelectFirst?: bool;
|
||||
appendTo: any;
|
||||
dataType: string;
|
||||
openOnTop: bool;
|
||||
}
|
||||
|
||||
interface AutocompleteSuggestion {
|
||||
|
Loading…
Reference in New Issue
Block a user