angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
374 stars 123 forks source link

Add missing `disabled` input attribute for `MaterialMonthPickerComponent` #468

Open p554157atch opened 3 years ago

p554157atch commented 3 years ago

MaterialMonthPickerComponent does not implement disabled input attribute, however it makes use of .disabled class internally.

Please implement missing missing disabled input attribute for MaterialMonthPickerComponent