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



When changing the value in the ComboBox using selection, the placeholder (with FloatLabelType="Auto") in the MultiSelect component moves down and overlaps with it. This issue occurs when the ValueChange event is bound but works fine when the event is removed.


Steps to Reproduce:

  1. Run the sample.
  2. Select a value in the ComboBox.
  3. Observe the placeholder behavior in the MultiSelect component.

 

Expected Behavior:

The placeholder in the MultiSelect component should remain properly positioned when a value is selected in the ComboBox.

 

Actual Behavior:

The placeholder moves down and overlaps the MultiSelect component when a value is selected in the ComboBox.