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!
I noticed the IsCompleted in the SelectionChangeEventArgs is always false.
I initialy started with the WordProcessor NuGet package version 27.2.5 but noticed it never returned true, so I tried several version of the NuGet package.
The last version in which IsCompleted would return true is Syncfusion.Blazor.WordProcessor v22.2.11, which is the last package in major version 22.
The first package in version 23 (23.1.36) and onwards, the IsCompleted always returns false.
Which makes me assume the regression was introduced in said major update.
I've tested the attached project on Firefox, Google Chrome and Microsoft Edge and they all have the same behaviour.
The project is a basic Blazor Web project with a minimal editor on the homepage.
When the SelectionChangedArgs.IsCompleted is false, nothing happens.
if IsCompleted is true, a NotImplementedException is thrown, (for testing purposes)