Peter van Westen
ADMIN
The issue with this is this:
Let's say you select: B, D, A
When saving the values, they are saved in order of selecting.
And it would be no issue to show them in that order on the frontend (output of the field).
However, when showing the select field, this happens:
All the options are displayed in the select field in the order determined by the setting in the Articles Field.
The selected options get the attribute selected.
<select>
<option value="A" selected="selected">A</option>
<option value="B" selected="selected">B</option>
<option value="C">C</option>
<option value="D" selected="selected">D</option>
</select>
The selected options will just show in the order they are in the the select list.
And upon saving, that order is taken over.
This is true for all select lists, not just Articles Field.
I do not see a way to get around that.
Please post a rating at the
Joomla! Extensions Directory