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.22k stars 1.18k forks source link

Highlighter inside TextField #8808

Open timmac-qmc opened 3 weeks ago

timmac-qmc commented 3 weeks ago

Feature request type

Enhance component

Component name

MudTextField

Is your feature request related to a problem?

The documentation states "The highlighter can be used in combination with any other component." but it doesn't currently appear to work with the TextField like so: https://try.mudblazor.com/snippet/mYQyOecephuiTnYi

Describe the solution you'd like

Implement highlighter support for TextField

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

Code of Conduct