beta7:Select is not loading initial value

Hi,
i just updated to beta7 and finally everything works fin except one:
all form elements (formbulder) are loaded from the data model. The select elements are not updated:

formControls.contractType.updateValue(this.realtyService.currentRealty.listing.contractType);

When i select the current or other option again, it gets visible.
In debuggung i can see that the _value of the controll is sett properly.

Any idea or help highly appreciated.

Thanks and nice evening :slight_smile:

Bump, same here.

The value is recognized when you click on the select and see the correct value selected. It just isn’t shown initially.

image

Once you click on a value again, it is correctly shown in the select field.