Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
//Bug? 1:
/* The ComboBox only holds 180 (#0-179) maxRows before its drop down fails.
* Failure:
* 1. Run app with maxRows = 180
* 2. Click combobox drop arrow.
* Drop down appears blank.
* Click an 'empty' row. The row is selected.
*
* Success:
* 1. Set maxRows = 179
* 2. Run app
* 3. Click combobox drop arrow
* Drop down is populated.
*/
The DropDown list does not have this issue.