CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudChipField hide input field when `ReadOnly` is enabled

NielsPilgaard opened this issue · comments

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