mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add "type" parameter to Select2AjaxOptions (#18792)
In order to support POST ajax requests, the type option is needed. Select2 supports this, though it may not be specifically documented.
This commit is contained in:
committed by
Mohamed Hegazy
parent
28f4decb25
commit
2f82f7f84e
Vendored
+1
@@ -24,6 +24,7 @@ interface Select2AjaxOptions {
|
||||
* Url to make request to, Can be string or a function returning a string.
|
||||
*/
|
||||
url?: any;
|
||||
type?: string;
|
||||
dataType?: string;
|
||||
delay?: number;
|
||||
headers?: any;
|
||||
|
||||
Reference in New Issue
Block a user