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!>
Thanks for joining our community and helping improve Syncfusion products!
Description:
If the bind-value is set as null value, then the respective text is not updated to the dropdownlist component as preselect value.
Sample: https://blazorplayground.syncfusion.com/rXVptMMlgGuFvhJx
Replication Procedure:
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,