Meinrad Recheis
Meinrad Recheis
> I wonder if we should add anything to the migration guide, @henon, since before it wouldn’t trigger `ValueChanged` when the `ClearAsync` action was invoked. Or we just assume it...
To get the review process going I am starting with a quick summary of the API with screenshots and comments. This PR is hard to review because in addition to...
Can you also make this example work by adding a public SelectedValue property? https://try.mudblazor.com/snippet/ckGQvlQMeayRtVKV In the snippet there are two trees which should be synced in terms of IsExpanded and...
It shouldn't be hard. in OnParametersChanged check if SelectedValue is set then use your new method to set it. I agree with Mike, when SelectedValue parameter works we don't really...
> > in OnParametersChanged check if SelectedValue is set then use your new method to set it. > > I don't understand this part. Sorry, I meant `OnParametersSet` or `OnParametersSetAsync`....
> Your snippet in the reproduction link appears to be coming from the official MudBlazor Docs TreeView->LoadServerSide snippet, which demonstrates a really bad approach of loading data server side and...
> ### 2. Should I make a feature request for handling initial data recursively? > If I use `` then I would like the `ServerData` to only load `Children` for...
No need. I'll close this when it's implemented
> > ### 2. Should I make a feature request for handling initial data recursively? > > If I use `` then I would like the `ServerData` to only load...