Describe the bug
A regression on processing object lookup value was introduced in this commit 5eec1d7

This causes a problem when setting value in the lookup because any value will always be converted to an empty string.
To Reproduce
Expected behavior
Value must be parsed properly from the event.
Version
Platform
All
The lookup is empty when the connected [(ngModel)] has an initial value as well. Just open http://localhost:4200/ids-enterprise-ng-demo/lookup
All with a label containing "with existing value" should have a value. They haven't (bunch of console errors too).
We'll need this patched in 9.1.x
Once the errors are fixed and i merge i'll copy it back there.
Most helpful comment
We'll need this patched in 9.1.x