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>
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.