make search work with chinese/japanese imes. fixes #814
This commit is contained in:
parent
275e094dff
commit
3ec535ec5b
@ -601,7 +601,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
}
|
}
|
||||||
|
|
||||||
installKeyUpChangeEvent(search);
|
installKeyUpChangeEvent(search);
|
||||||
search.bind("keyup-change", this.bind(this.updateResults));
|
search.bind("keyup-change input", this.bind(this.updateResults));
|
||||||
search.bind("focus", function () { search.addClass("select2-focused"); if (search.val() === " ") search.val(""); });
|
search.bind("focus", function () { search.addClass("select2-focused"); if (search.val() === " ") search.val(""); });
|
||||||
search.bind("blur", function () { search.removeClass("select2-focused");});
|
search.bind("blur", function () { search.removeClass("select2-focused");});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user