MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.21k stars 1.18k forks source link

FilterHeaderCell enum add localizer #8813

Open hxia999 opened 2 weeks ago

hxia999 commented 2 weeks ago

Feature request type

Enhance component

Component name

No response

Is your feature request related to a problem?

<MudSelectItem T="Enum" Value="@((Enum)item)">@item</MudSelectItem>

Describe the solution you'd like

<MudSelectItem T="Enum" Value="@((Enum)item)">@Localizer[item]</MudSelectItem>

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

Code of Conduct

github-actions[bot] commented 2 weeks ago

Thanks for wanting to do a PR, @hxia999 !

We try to merge all non-breaking bugfixes and will deliberate the value of new features for the community. Please note there is no guarantee your pull request will be merged, so if you want to be sure before investing the work, feel free to contact the team first.