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 :
When using the Inplace Editor component type as dropdown list , attempting to change the value dynamically via a button click does not properly update the value in the Inplace Editor.
When we bind the same index value in the initial loading, this case works fine.
This case was working fine in Js platform.
Blazor Sample - https://blazorplayground.syncfusion.com/embed/hDrJXdiMpArpMkqn?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
Replication Procedure :
you can see the issue
Actual - The dynamically changed value not updated to the inplace editor.
Expected - The dynamically changed value need to updated to the inplace editor.