Fix : MultiSelect no updating when original change #57
+8
−1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MultiSelect Dropdown.js no updating when original multiselect change via
$("select").val(["1","2"]).trigger("change");
I edit the js to make it happen.