Work on the new selectArrayAjax widget

This commit is contained in:
Laurent Destailleur 2015-10-21 20:50:27 +02:00
parent fd72b4a400
commit 7daf9d10af

View File

@ -4562,7 +4562,8 @@ class Form
$(".'.$htmlname.'").change(function() {
alert(\'eee\');
$(".'.$htmlname.'").select2.clearSearch();
/* $(".'.$htmlname.'").select2("search",""); */
$(".'.$htmlname.'").select2("val",""); /* reset combo box */
} );