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

Hi, first of all: thanks for this great library! I'm using Blazor .NET 8 with the new @rendermode capabilities. I'm using release 6.9.2. I have a Razor page that uses...

This guide shows the migration basics. ## Working only with Mud7 MudExtensions v7 works with Mud7 and after. No support for v6 and before versions. ## .NET 6 Support Ended...

The range slider doesn't work in a .NET MAUI Blazor App. The Min and Max Value are somehow on the opposite sites. Tested with the following code from : https://codebeam-mudextensions.pages.dev/mudrangeslider

- Use the same Delimeter selected to output data file. #275

hi ,everyone. Cannot bind multiple selections to a model property. ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/42733580/c3045c01-5064-4373-819b-9a2d671c8453) ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/42733580/21389ac1-3bf3-4273-b0b2-08bd890df607) ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/42733580/7cc222c5-1153-4180-8e1e-31eec4795034) When toggling the selection, the bound value is always 0. ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/42733580/2c3eee85-eab4-496a-8813-c09a90c405c6)

![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/9324962/551dc5ac-33c4-49ba-a5cd-de5ddc3335c4)

Paste the following into [the playground](https://trymudextensions.pages.dev/snippet) Clicking the `MudLoadingButton` does not trigger the `Submit` method to increment the counter, but clicking the `MudButton` does increment the counter. As both buttons...

This update adds a new `MudJsonTreeView` component which can display JSON text using a `MudTreeView` component. Supported features include: * JSON string, GUID, date, number, and boolean values * JSON...

We are trying MudStepper for the first time and having quite a few issues. What would solve a lot of issues is if the step circles had some classes to...

When using MudSelectExtended with ItemCollection, there is no option to group items. On the other hand, you cannot use the search field when using RenderFragment. It would be great if...

enhancement