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

When the AllowCustom is false, the entered custom value should removed from the input. But its maintained In the input. Its working fine up to the 18.4.0.46 version


@using Syncfusion.Blazor.DropDowns

<SfComboBox CssClass="custom" TItem="string" TValue="string" Placeholder="Please Select..." AllowCustom="false" DataSource="@(new string[] { "Item 1", "Item 2", "Item 3"})">

</SfComboBox>


Issue reproducing sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/CustomValue_Issue1380699183