CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudChipField hide input field when `ReadOnly` is enabled
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:
Desired behaviour (I added display:none to the input):