Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get values back like control #319

Open
ognif opened this issue Jun 27, 2019 · 0 comments
Open

get values back like control #319

ognif opened this issue Jun 27, 2019 · 0 comments

Comments

@ognif
Copy link

ognif commented Jun 27, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant