mapseed/platform

Enforce order of categories on the dynamic form

Closed this issue · 0 comments

Because dynamic form categories are a hash of properties, the ordering of categories on the form itself may differ from the order suggested by the config. The actual order is probably determined by whatever order underscore's _.each() method uses to iterate through hashes.

It would be better for the config order to be reflected on the form itself.