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
0
IgbComboBox does display data in a list until you start typing
posted

Working with the Blazor combo box, I am seeing an issue when the screen displays that the combo box list isn't populated (is blank) until I start to type something.  Is it not populating until this occurs, if so is there a way do force it to populate so the data in the list is visible when it displays?

I am using a list of objects for the data and implemented a simple combo box as follows in Blazor.

<IgbCombo
     Label="Part"
     Placeholder="Select an item"
     Data="@MatItems"
     ValueKey="MatItemKey"
     DisplayKey="ItemID"
     SingleSelect>
</IgbCombo>

Parents
No Data
Reply
  • 28945
    Offline posted

    Hello Bill, 

    Let me know if this is still an issue or have any additional questions. I followed up on a private case and haven't heard back. The case has been closed but we can create a new one for you.

    C-00234703
Children
No Data