h2qutc / angular-material-components

Angular Material Library provide extra components for every project
https://h2qutc.github.io/angular-material-components/
MIT License
331 stars 162 forks source link

Timepicker disabled property #26

Open exitlol opened 4 years ago

exitlol commented 4 years ago

Disabled not works properly even with your provided demo app at: stackblitz for angular7/8.

[disabled] should disable the whole component if you designed otherwise it's okay, but! if you set disabled="true" or [disabled]="true" in the template it's not working. Only when you toggle with the radio btns below. I've tried to set up a variable to bind these values to, but i got the same issue.

exitlol commented 4 years ago

Months passed an no reply?