You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means I selected case.1, case.11, case.2, but the control shows the selected right orderes, means case.2 at last. But return value is always case.1, case.2, case.11
How return the array ordered like the control?
The text was updated successfully, but these errors were encountered:
I have the problem, that my list returns always an ordered array off issues but the control shows unordered.
$('#myModules').multiSelect({ keepOrder: true, afterSelect: function(values){ console.log($('#myModules').val()); }, afterDeselect: function(values){ console.log($('#myModules').val()); } });
This means I selected case.1, case.11, case.2, but the control shows the selected right orderes, means case.2 at last. But return value is always case.1, case.2, case.11
How return the array ordered like the control?
The text was updated successfully, but these errors were encountered: