We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffae01 commit 4f04fc0Copy full SHA for 4f04fc0
src/autocomplete.ts
@@ -48,7 +48,7 @@ interface Params {
48
_RenderResponseItems: any;
49
_Select: any;
50
_Url: any;
51
- _RequestError: any;
+ _Error: any;
52
53
// Internal item
54
$AjaxTimer: number;
@@ -224,7 +224,7 @@ class AutoComplete {
224
this._Render(this._Post(response));
225
this._Open();
226
}.bind(this),
227
- this._RequestError
+ this._Error
228
);
229
}
230
},
@@ -499,7 +499,7 @@ class AutoComplete {
499
/**
500
* Handle HTTP error on the request
501
*/
502
- _RequestError: function(): void {
+ _Error: function(): void {
503
504
505
$AjaxTimer: null,
0 commit comments