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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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