Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • denisedelbando 139 posts 336 karma points
    Aug 14, 2015 @ 21:01
    denisedelbando
    0

    sortable prevalues on dropdownlist or any list in contour forms?

    is this function disabled now for contour forms? I cant sort the list so if i have a huge list of things in my dropdown, i will have to delete the ones before i get the right position.

  • denisedelbando 139 posts 336 karma points
    Aug 17, 2015 @ 13:37
    denisedelbando
    0

    to answer my own question, the json prevalue is formatted to:

    "preValues": [
                    "test1",
                    "test2",
                    "test3"
                  ]
    

    I was hoping they would change this to something like:

    "preValues": [
                    {"value":"test1","sortOrder":0},
                    {"value":"test2","sortOrder":1},
                    {"value":"test3","sortOrder":2}
                  ]
    

    any chance this gets implemented on a new update?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies