SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

MatBlazor DatePicker disabled doesn't disable the calendar button #925

Open grabmill opened 2 years ago

grabmill commented 2 years ago

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