Add cache property for select2 ajax options

This commit is contained in:
Roger Chen
2015-08-29 07:54:02 -07:00
parent 67605e10f6
commit 5c070aa2c2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ interface Select2AjaxOptions {
url?: any;
dataType?: string;
quietMillis?: number;
cache?: boolean;
data?: (term: string, page: number, context: any) => any;
results?: (term: any, page: number, context: any) => any;
}