Initialize a dropdown list widget with selection
I'm trying to initialize a dropdown type list with a selection already shown.
I have a service that returns a list in the following format:
returned list with selection
When I use it on a mashup with a list item, the "selected" item is not displayed upon list loading.
loaded list, no selection
How can I make it so the list initializes with the selected rows returned by my service?






