Describe the bug
Lookup control as one of the setting used in widget configuration not showing the selected item.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Lookup should show selected value.
Version
Infor Ming.le Homepages 2021-03
IDS Version : 4.35.0
Screenshots
If applicable, add screenshots to help explain your problem.

Platform
OS Version: Windows 10
Browser Name: Chrome, IE
Additional context
I was unable to login to that link and check it out. Normally we only accept bugs with a reduced test case so we can debug the issue. See if you can modify the current examples to show the issue and upload and example. Or perhaps create an example in stackblitz to illustrate the issue / question at a tool like https://stackblitz.com/
Or can you reproduce it here? https://master-enterprise.demo.design.infor.com/components/lookup in any examples?
Is this a general question, for example how do i mark all items selected when opening the lookup?
If you are trying to populate the field you just set the value on the input directly.
As it stands I cant reproduce this issue
Hi Tim,
I have attached the simple widget example where I have facing the issue. Let us know it is sufficient to reproduce at your end.
Thanks,
Supriya.
infor.approva.lookupwidget.zip
Can you try and reduce the example down so its just showing the UI issue. Preferably that means not needing a back end and maybe just a single Html fill I can run in the browser.
Looking at this that you sent im really not sure where to start in the code. ( i dont generall use home pages as we are at a lower level - just the UI)
here is a good article https://css-tricks.com/reduced-test-cases/ following the practice helps us so much in fixing bugs...
For simple html I have downloaded the enterprise-ng-9.0.0 which uses 4.35.0 but facing lots of problem while starting it. npm install is completed but facing the issue related to SOHO eg below-
public onChangeTheme(ev: SohoChangeThemePersonalizeEvent) {
~~~~~~~
src/app/personalize-menu/personalize-menu.component.ts:121:29 - error TS2304: Cannot find name 'SohoChangeColorsPersonalizeEvent'.
Could you please help me to solve those error, so I can reproduce in that environment.
Also please share if the steps are available to up the ids demo project.
cmd run as so far in my localhost - npm install, npm start.
Thanks,
Supriya.
Caused by this https://github.com/infor-design/enterprise-ng/issues/972. Lookups with default values are broken on 9.1.0
@spathak21 see if this helps https://github.com/infor-design/enterprise-ng/blob/master/docs/DEVELOPER.md#install
Im working on a https://stackblitz.com/edit/ids-quick-start where you can reproduce issues but its broken at the moment so will fix that next week.
If you can confirm infor-design/enterprise-ng#972 the issue then we may need need a reproduction from you then
Yes Tim, we have facing the similar issue as like infor-design/enterprise-ng#972.
We have also wrote the on change event of lookup and it shows the blank value on lookup. But on commenting the lookup change event it shows the selected value properly.
On change event which we have wrote as below-
onConnectionChange(event: any) {
this.violationFilterOption.applicationinstances = [];
for (const element of event) {
this.violationFilterOption.applicationinstances.push(element.data);
}
}
Thanks,
Supriya.
Ok let’s follow up that it’s fixed once that issue is resolved
Hi Tim,
when we can expect fix for this issue? Is there any plan to provide patch for 4.35.0 version?
Regards,
Kishor
I was going to patch an NG version today. As this is an NG fix. Thinking about doing it on 9.1.x (NG 11) does that work?
Closing this in favor of https://github.com/infor-design/enterprise-ng/issues/972
Yes, NG 9.1.x is good!
/Fredrik
19 jan. 2021 kl. 15:21 skrev Tim McConechy notifications@github.com:

I was going to patch an NG version today. As this is an NG fix. Thinking about doing it on 9.1.x (NG 11) does that work?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Most helpful comment
Yes, NG 9.1.x is good!
/Fredrik