According to the documentation, Blazor DropDownTree Events - Telerik UI for Blazor, OnChange is invoked separately from ValueChanged to indicate the user has finalized a change, similarly to other components.
However, as far as I can tell, the OnChange event is never invoked, no matter what I try with the interface. Binding otherwise works fine.
Is this correct? I'm assuming since binding otherwise works fine, this could just be a documentation issue.
Using Telerik.UI.for.Blazor v13.1.0, DropDownTree is within a Razor component.
