SamProf / MatBlazor

Material Design components for Blazor and Razor Components

Home Page:http://www.matblazor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatBlazor DatePicker disabled doesn't disable the calendar button

grabmill opened this issue · 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