MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

MatBlazor DatePicker disabled doesn't disable the calendar button

Open grabmill opened this issue 4 years ago • 0 comments

When using a MatBlazor DatePicker and settign Disabled="true", then the input label is disabled, but the button next to the input field isn't. When (manually) adding "disabled" to the HTML of the generated button, it works, so that should be added automatically.

image

image

grabmill avatar Jan 24 '22 09:01 grabmill