CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudChipField hide input field when `ReadOnly` is enabled

Open NielsPilgaard opened this issue 1 year ago • 0 comments
trafficstars

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

NielsPilgaard avatar Jun 02 '24 21:06 NielsPilgaard