Closed
Description
Eric Bottard opened SPR-3864 and commented
The freemarker macros that generate inputs of the type <select /> such as formSingleSelect iterate on options?keys. This is technically correct, but it would be nice to iterate on entries as this is what is ordered in LinkedHashMaps. This would allow to easily display options in label order.
Please note that using a SortedMap does not work, as one often wants values ordering (what is diplayed) rather then key ordering.
Hope this RFE makes sense.
Affects: 2.1 M3