Meinrad Recheis

Results 429 comments of Meinrad Recheis

> I'm glad that you've been giving Obsolete warnings throughout the lifetime of v6.x. Yes, but not all breaking changes we made in v7 have been preceeded by obsoletion warnings....

Thanks for reporting @digitaldirk, I've updated the guide.

> Minor one for `MudColorPicker` - ShowToolbar is now defaulted to true so you need to set that to false to get previous default. Hmm, maybe we should revert that...

@Joedmin To get rid of your error you need to change ``` public List SelectedFlags { get; set; } = new(); ``` to ``` public IReadOnlyCollection SelectedFlags { get; set;...

Please run the docs from source and look at the new examples. It shows exactly that in the multi-selection example. Of course, when you two-way bind `SelectedValues` the chipset will...

@boukenka it is planned for a later major version because it requires a major rewrite of not only autocomplete but also most other inputs due to all of them inheriting...

In the MudBlazor main repo we have long abandoned NPM as a dependency and are using different means to get an scss compiler. This could be done here too but...

> There's a "critical types" list which is just a whitelist of the primary MudBlazor components, but this is only used to calculate documentation coverage metrics. We could get rid...

I love that you added the search feature, but yeah, thinking again browser search pretty much does the same. When I said I'd love integration of the API info with...

I decided to close this PR due to the fact that this is a more general problem with manual markup examples in our docs. I will look for a way...