Meinrad Recheis
Meinrad Recheis
@oakad please just use the preview nuget or run our docs from source. once v7 is stable we'll switch the docs and try.mudblazor.com to v7, not before.
I suspect a CSS issue here because as this experiment with developerview shows, the html of the child treeview items is rendered immediately. There is some kind of animation running,...
> Upon experimenting, I found out that the following, somewhat unwieldy, arrangement works much better: > > https://try.mudblazor.com/snippet/GkGekfbEgTpvGxvp > > No opening animation, but at least no delay. @oakad 's...
@Alerinos I struggle to imagine how it should look like compared to MudList. Can you share examples from other toolkits that have what you mean?
That is so simple that it is probably not worth adding this. Can't you just directly use `` and put `` inside the `` ?
> I'm just in migration, MudList requires T parameter, shouldn't we allow nullable? Nullable types are allowed, for instance `int?`.
I know, I would prefer that too, but Blazor doesn't allow it
> @henon Can't we set a default T, or make it null? > > ```cs > public partial class MudList : MudComponentBase, IDisposable : this(default(T)) > ``` Is this even...
FYI @ArieGato your PR should fix this issue. As for validating multiple values, I have already noticed that this is a shortcoming of our validation system which needs to be...