CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Useful third party extension components for MudBlazor, from the contributors.
The installation of the MudBlazor extension does not align with the latest Blazor template generated by MudBlazor's official template. This template includes a Components folder with Layout and Pages subfolders,...
The MudChipField Component has at least 2 lines when a chip is rendered - One for chips, one for input. I would like the input line to be hidden when...
Hey! Is it possible to use item renderer with MudTransferList I want to apply different styles on every item + add an Icon based on some state of the item....
Hi, When using the mudselectextended component, I am having issues with opening the dropdown, below code is how im using it ```
For discussion: Made IsOpen property public in MudSelectExtended. This change allows external components or logic to determine whether the dropdown is currently open. It resolves the issue where OnOpen fires...
MudSelectExtended - tab does not work as expected when using SearchBox and SearchBoxAutoFocus="true"
When I set the `SearchBoxAutoFocus=true`. the tab key will not select the current item and tab to the next control as it does when this property is not set. Can...
Hello, we are having problems to refresh the popover items, when using ItemCollection and it changes dynamically  can you help me to refresh the items ? this is our...
The Signature Pad Component is not working on mobile Browsers. Tested on Chrome and Safari.
### Example Scenario A user should be able to define intervals in which he gets reports. The possibilities would look something like this: - Every monday on 9am - First...
I am trying to use the MudSelectExtended with the chip value presenter. The chips display fine however I would like to style each chip individually not in the dropdown content...