right, but as in my case, north, south, east will always be north, south, east.
i don't want to create ANOTHER reference for something so simple - don't need database access just to pick from a choice list of 3.
There's Kendo example code on how to so exactly this - but I haven't found the key to adapt it to Aware terminology.
Another thing I guess, would be for Aware to allow building a Choice list from a text field "North|South|East" and use an expression to load it. Prolly easier to find the JS - I only need this on 1 screen in my whole app. 1 Form is used for North/South, another Form only for East (and thus it doesn't need the pulldown).
Sure, I could make ANOTHER field just to be used on the form with North/South, and then ANOTHER rule to move that selection to the real field.