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 114 CodeBeam.MudBlazor.Extensions issues
Sort by recently updated
recently updated
newest added
trafficstars

When using a MudComboBox with Editable=true, if exactly one option is found after typing in the search text, it can be selected both by mouse click and by pressing Enter...

As of right now there's no way to set empty list messages(so they don't appear like empty horizontal containers, and the generated html could be better because the 3 horizontal...

It looks like some css margin/paddings are not aligned with mud blazor project. I think when 7.0.0 was published it was ok (but not 100% sure) **Setup** MudBlazor version: 7.12.0...

I have to animate a bar in order to apper and disappear using a bool property. When this property is set to true the bar must appear, when false must...

These are two issue I was struggling with even though I find a work around I would like to know if there is another way which doesn't involve me writing...

Hi I am using MudCodeInput with Required="true" RequiredError="Enter Pin Number" in MudForm. W When i clicked button, i call await mForm?.Validate(); MudCodeInput shows RequiredError although i input pin number. ![Image](https://github.com/user-attachments/assets/45f87bb0-bfd9-4167-a67c-6672caa877fc)...

bug

The splitter-bar does not display propely in firefox. It works as expected in chrome and edge. It is more obvious when shrinking the bar to a smaller size for click...

The MudSignaturePad component does not support required field validation, which prevents marking the signature field as mandatory in forms. It would be beneficial to add support for required validation, similar...

enhancement

We need to perform a api call when typing in the search box, that will bring a list of itms that should replace the items in teh drop down. Right...

MudTextFieldExtended - Label animation does not work on focus like the 'MudTextField' from MudBlazor. Expected / required animation is like this : https://mudblazor.com/components/textfield#basic-text-fields