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

Description:

If the bind-value is set as null value, then the respective text is not updated to the dropdownlist component as preselect value.

If I set preselect value as true, then the respective text value is updated to the component(yes is displayed). This issue is occurred for null value.

Sample: https://blazorplayground.syncfusion.com/rXVptMMlgGuFvhJx

Replication Procedure:

  1. Run the sample.
  2. See the dropdownlist(Null is set to the bind-value.)

Expected: Respective text value should update to the component(I,e N/A should display as preselect value)

Actual: Here null is update to the component

Datasource:

If I map null to the bind-value,

If I map true to the bind-value,