CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

Useful third party extension components for MudBlazor, from the contributors.

Results 128 CodeBeam.MudBlazor.Extensions issues
Sort by recently updated
recently updated
newest added
trafficstars

A small issue that I'm having is sporadically the selected value in a MudSelectExtended does not get highlighted in the selection box when using a MudSelectExtended with `Virtualize="true"` and this...

Hello, Maybe this has been asked and answered before, but I was not able to find those answers. I'm trying to achieve a sort of file explorer type layout behavior...

#109 #322 Are both similar but look like they are more focused on the issues with rendering with multiselect content, there is an issue with ItemContent where the value is...

Implement a MudSelectExtended inside a MudForm. Form: ` @if (Dirty) { DIRTY } @code { public bool Dirty {get;set;} = false; private IEnumerable _selectedValues = new List { 2, 3,...

- [ ] Step groups - [ ] Hidden steps (visible only some conditions was met on previous steps)

Hi, I have a strange issue with the Chip visualization. I see the Chips only when the dropdown is open: then, they disappears when the drop is closed (in the...

Add `SearchString` parameter to allow search box text string to be edited externally. Fulfills issue: https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/issues/559

### What went wrong? After selecting “A” in a `MudSelectExtended`, calling its ValueChanged callback in code to set the value to “B” works—but then clicking “A” again in the dropdown...

I would like to bind to MudListExtended's search box value so that it can be cleared and all items shown again.

Current Behavior: The MudDateWheelPicker component always defaults to January 1st of the current year when opened. Problem: This forces users to scroll to the desired date (e.g. today), which can...