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

https://github.com/MudBlazor/MudBlazor/issues/11693 Describe your idea We use MudBlazor exclusively as our UI framework for all our new projects, and we're now heavily incorporating Lottie animations to enhance the user experience with...

We should add EmtyContent renderfragment to MudTransferList. This issue is continued #510

` @foreach (var item in _customersWithEmail) { } ` (_options as HashSet)?.AddRange(data); I load my existing data and set it to SelectedValues. The correct number is displayed in the text....

As the title says, the value label is not updating when setting Immediate to false, (using ValueLabel="true"). I want the value to be changed when user released the slider, but...

As @mckaragoz and I discussed on discord, the combobox passes only the last item into `FieldChanged`, as this method is called within `SetValuesAsync` of the `MudBaseInput` ([see](https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Base/MudBaseInput.cs#L568)). I would consider...

Currently the API for this component provides 3 calls to act upon: `OnTransferStart` `StartCollectionChanged` `EndCollectionChanged` And my use case is around live actions(with API calls) only on the selected items...

**Issue:** When using a Combobox component with both Multiselect and Editable options enabled, pressing Enter during a search will automatically select the first item in the list, even if that...

MudChipField inherits from MudTextFieldExtended , but does not pass down the Mask property. I'm unsure if all that is needed to get it to work is to pass the property,...

enhancement
complex