Copied to clipboard

Flag this post as spam?

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


  • Yoni 49 posts 118 karma points
    Dec 22, 2016 @ 16:22
    Yoni
    1

    Dropdown List with custom Value

    I can not figure out how to create a dropdown list property with a custom value. I need more than just the index.

    This does exist in the dropdownlist that comes with the "u7dtg" Content Grid. I am trying to build an ArcheType and if need be I will havhe to put a Content Grid in just to get to its Drop Down, but that sounds silly. How can there not be a Drop Down List that I am looking for? Its so common.

    Essentially what I need is:

     <select>
        <option value=125>Item #1</option>
        <option value=432>Item #2</option>
    </select>
    
  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Dec 22, 2016 @ 17:43
    Hendy Racher
    0

    Hi Yoni,

    You could try one of the drop-downs in nuPickers using your key / values as a data-source, maybe the enum one if it's a hard-coded list ?

Please Sign in or register to post replies

Write your reply to:

Draft