-
Notifications
You must be signed in to change notification settings - Fork 43
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
Sorting problem to php array #58
Comments
I have the same problem, the user defined order is not preserved into the form submittal - it will always be the same order as the original left sided options. |
Same problem here ... left side options order rules on the right side. |
Same problem here |
+1 |
I encounter the same problem but only on Chrome. I have run a few tests and it seems to come down to the browser sorting algorithm, maybe related to this explanation ? |
I checked it run in here https://preview.keenthemes.com/metronic/demo9/features/miscellaneous/dual-listbox.html |
_initializeSortButtons() {
onSortButtonClick(t, e, as) { |
Hello , when I change order of selected items I got random sort when i try to print it.
Here is the result

The text was updated successfully, but these errors were encountered: