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!

1
Vote

Hello guys,


I am using the Multiselect Dropdown in my Blazor project. Recently, I have noticed an unexpected behavior when selecting more items than the width of dropdown can hold. I am talking about the situation when the label "+ N more..." is shown.


I went to the demos website of yours and was able to reproduce the same issue.


Steps to reproduce

  1. Proceed to the Blazor MultiSelect Dropdown CheckBox Example - Syncfusion Demos
  2. Open a section of Dropdowns > Multiselect Dropdown > Checkbox
  3. Select more countries than the dropdown can show, e.g. select all
  4. Try to resize the window. You will see that the label will suddenly duplicate. If you check out the dev-tools of your browser, in the rendered HTML tree, you will see that <span class="e-remain">+12 more..</span> will be present more than once. Please see the screenshots attached.


P.S. your bug submission form freezes. It took me four times to submit this issue because of that.


Empty


Empty