Dropdown with two REST services
I have a select dropdown, which is connected to a read service when the page loads, I would also like to attach a list service which will load more elements into the select drowdown items.
I have tried having the list service run before the main data load service, which then just renders each item the same as the selected item.
If I run it with loading the data, then the list service, then the value is overridden