do not show sourceError as element text
This commit is contained in:
@ -2,6 +2,11 @@ X-editable changelog
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.2.1 wip
|
||||||
|
----------------------------
|
||||||
|
[enh] select: do not show 'sourceError' in element during autotext execution (vitalets)
|
||||||
|
|
||||||
|
|
||||||
Version 1.2.0 Dec 6, 2012
|
Version 1.2.0 Dec 6, 2012
|
||||||
----------------------------
|
----------------------------
|
||||||
[enh #36] 'submit' method: added 'ajaxOptions' property to modify ajax request (vitalets)
|
[enh #36] 'submit' method: added 'ajaxOptions' property to modify ajax request (vitalets)
|
||||||
|
@ -45,7 +45,7 @@ List - abstract class for inputs that have source option loaded from js array or
|
|||||||
}
|
}
|
||||||
deferred.resolve();
|
deferred.resolve();
|
||||||
}, function () {
|
}, function () {
|
||||||
List.superclass.value2html(this.options.sourceError, element);
|
//do nothing with element
|
||||||
deferred.resolve();
|
deferred.resolve();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user