Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Igx simple combo sometimes showing empty values
posted

My igx simple combo is  showing empty values. Most of the time it runs smoothly, but after using the software for a while, it becomes empty It will be sorted when I refresh or close the browser. This problem primarily affects Chrome browser users.

<igx-simple-combo #company [(ngModel)]="selectedComp" inputName="companyInput" valueKey="company"
    [data]="companies" placeholder="Auswahl Firma" class="select"
    (ngModelChange)="onCompanySelect();">
</igx-simple-combo>
Parents
No Data
Reply
  • 700
    Offline posted

    Hello Mohamed,

    Thank you for posting in our community!

    I have been looking into your question and you have mentioned that

    Mohamed Eldemerdash said:
    after using the software for a while, it becomes empty

    and I am under the impression that initially the combo displays its data values correctly, however, after a certain period these values are displayed as blank fields. Could you please confirm if my impression is correct?

    Additionally, I have tried reproducing the described behavior by using the Two-Way Binding sample here and the Remote Binding sample here, however, on my side, I was not able to reproduce it and the IgxSimpleCombo component and its data values are displayed successfully and as expected both initially and when running the samples for a period of time.

    However, as I am not sure of the overall configuration of your application and the samples seem to be working correctly and cannot reproduce the described behaviors, it is hard to tell what the reason for this behavior could be without having a working sample that I can debug on my side.

    Having this in mind, in order to assist you further, it would be highly appreciated if you could provide me with a small, isolated sample that demonstrates the behavior on your side.

    Alternatively, if the behavior cannot be replicated, please feel free to provide your own sample. Remove any external dependencies and code that are not directly related to the issue, zip your application, and attach it in this forum thread.

    Thank you for your cooperation. Looking forward to your reply.

    Sincerely,
    Riva Ivanova
    Associate Software Developer

Children
No Data