DAE Change Profile dialog not working

The Change Profile dialog in the DAE is not working right.

For both InputMultiCombo and InputSelectCombo the ‘options’ do not render correctly. All we see is a small grey rectangle with an X (Remove button) to the right. But the values are missing. We get the correct count of entries, but the values are not rendered.

For the data assigned to the options we have tried using (as per the documentation) simple string arrays, and also object arrays with this structure: [{value: “”, label: “”}], neither of them worked