CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Useful third party extension components for MudBlazor, from the contributors.
Hi, #239 fixes situations where item collection is static or fast enough so it is loaded before `OnAfterRenderAsync` is called. But if you are loading data from a remote source,...
``Hello! I have one problem and I realy don't know how to solve it. When I select the data in the select box the chips does show, but as soon...
Hi, I couldn't find any previous issues for this request. ### Current Behavior MudGallery accepts a list of strings as the source images (ImageSource), allowing users to display multiple images...
Hello there, I am interested in the MudSplitter and I would like to use it with multiple contents separated by splitters. The basic usage of the MudSplitter is with `StartContent`...
When using the MudStepper, with mobile view enabled, the div that holds the mud step title is defaulting to a width of 20%. This is causing wrapping issues for the...
Setting BarStyle doesn't show changes. For example, changing default width of 2:
I have the following weird behavior. Following minimal example for ``` SelectedValues: @_releases.SelectedValues.Count() Text Value: @_releases.Text @code { public List featureOptions; public IEnumerable features; private MudSelectExtended _releases; protected override async...
Fixes #320
If Readonly is true, then the content may not be deleted!!
Hi all, not sure if this has been report or not. ### Reproduce steps 1. Visit [this page](https://codebeam-mudextensions.pages.dev/mudcombobox) 2. At the "Basics & Visual" example, enable the "Editable" option 3....