CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudChipField hide input field when `ReadOnly` is enabled #414

Open NielsPilgaard opened 3 weeks ago

NielsPilgaard commented 3 weeks ago

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 ReadOnly is set to true, since it's impossible to input anything in ReadOnly mode anyway.

Current behaviour: image

Desired behaviour (I added display:none to the input): image