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

There is a problem with the inverted parameters in MudStepperExtended. We have set the parameter DisableAnimation="true" to Animation="false" and get an error message from the animator. If we set Animation="true"...

MudComboBox ChipCloseable is not working as intented, instead is opening the ComboBox. This occur in the ComboBox documention demo as well. Edit: W10 Edge V129.0.2792.52 x64 https://github.com/user-attachments/assets/08ac0f59-b65f-4db2-ad2c-728b1cb3c314

Classes for **mud-section-col-end-13** and **mud-section-row-end-13** need to be added. If you want to span something to the 12th column or row in MudPage, the generated class is **.mud-section-col-end-13** or **.mud-section-row-end-13**...

The ESC key closes the popup except if we have focus inside the SearchBox. We would also like the popup to close with we hit the ESC while focus is...

When attempting to set a custom EqualityComparer on MudSelectExtended, I get the following exception: Unhandled exception rendering component: Unable to set property 'Comparer' on object of type 'MudExtensions.MudSelectExtended` To reproduce,...

Prevents the adornment from overflowing the input in select extended #457

If the text within the input is longer than the size of the input, the adornment icon will overflow out of the input. See the following screenshot: ![image](https://github.com/user-attachments/assets/1f1b8cf2-bd4b-44b7-87f9-2fcef8fb6e01)

Hi, I'm trying to use this library but I have some problem with MudSelectExtended components. My projects has: MudBlazor 7.7.0 CodeBeam.MudBlazor.Extensions 7.0.1 .NET 8 When I try to use this...

Often times There is already a JsonObject present, but to use the MudJsonTreeView component, you always have to serialize back to a string.

This adds the following properties to the range slider: - `SlideableUpperMin` - `SlideableLowerMax` This allows setting the min/max that the sliders can move to independently for the upper and lower...