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

I may be missing something but is there a way to use the `MudComboBox` to dynamically add values that are not yet available for selection? The use use would be...

As seen in example below, a 16px margin-inline-start is being applied to the input slot div even when there is no content provided for AdornmentStart. ![image](https://github.com/user-attachments/assets/fd80d9d0-dac6-431d-9fa7-4cd566ec1b30) Here is the CSS...

We have a heavy custom component that we're using the styling for the MudSelectExtended (input field) and are implementing the dropdown using DevExpress (specifically, the list box). We ran into...

Hello, I have a suggestion for improving the extensibility of your project. To make it easier for us to use the core classes of your component, please consider making a...

CodeBeam.MudBlazor.Extensions 7.0.0-preview.4 MudBlazor 7.0.0-rc.2 ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/1549611/cdb2a777-2ef7-4e7f-bb6f-cf4d822f2559)

When using MudComboBox, there is an issue where items cannot be selected properly if the user wants to change the selected item from a dynamically updated list. This issue occurs...

**Description:** When setting `NoWrap` to true, I expect the values to be correctly truncated and the control to maintain its width. However, this does not seem to be happening. Below...

The MaxItems property for MudListExtended seems to be not working. The issue is reproduceable on the CodeBeam MudExtensions demo page [here](https://mudextensions.codebeam.org/mudlistextended) If one increases the Max Items just the div/list...

MudChipField with chips that are inline to allow for a chip search look of control. We have taken a stab at it and included some code to be considered for...

enhancement

When displayed inside a Stepper, the SignaturePad is not useable because the signing canvas is not fully visible. It's like the SignaturePad has a zero height and all that is...