CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Useful third party extension components for MudBlazor, from the contributors.
Hello, wondering if it's possible to use both MudSelectItemGroupExtended and SearchBox inside MudSelectExtended component? I believe at the moment we can only search inside MudSelectExtended if we pass a collection...
Phase 2 - [ ] Grouping - [ ] ItemCollection - [ ] Virtualization Phase 3 - [ ] New input design and multiselection inline chip - [ ] Async...
Using the MudListExtended component if the SelectAll option is enabled, and set the ItemCollection and SelectedValues to different lists but with the same elements, the SelectAll checkbox is not correctly...
Currently, a MudChipField with the Required property set to true simply enforces the presence of text in the nested MudTextFieldExtended. This is counter-intuitive behaviour, as a required MudChipField should instead...
Hi there, it would be awesome to have ItemsProvider support with the MudListExtended. See https://learn.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-7.0#item-provider-delegate. Maybe there are workarounds for that? Like react on a scroll event, and calculate the...
When using MudSelectExtended with bind-Value the select does not scroll to the selected value if it is changed. When selecting a value using the select, and the select drop-down is...
When using the MudComboBox with T of an object type, and using the default search box, I am seeing a type conversion error underneath the component when I select one...
When the binded value has been changed, the component size is not changed. Sample code: ```HTML test Generate @code { private string testText { get; set; } = "very long...
It's not a bug, more like a question to the authors. Why use MudChipSet in components that enables multiselection? Why not use just MudChips? The MudChipSet has a feature that...