1
0
mirror of synced 2024-11-22 21:16:10 +03:00

do not hide search field when disabled because it also hides the placeholder. fixes #272

This commit is contained in:
Igor Vaynberg 2012-07-27 00:46:32 +03:00
parent ab1a8b93bf
commit 38b9e935f0

View File

@ -1700,7 +1700,7 @@
this.parent.enable.apply(this, arguments);
this.search.show();
this.search.removeAttr("disabled");
},
// multi
@ -1709,7 +1709,7 @@
this.parent.disable.apply(this, arguments);
this.search.hide();
this.search.attr("disabled", true);
},
// multi