bug(timepicker): cannot disable timepicker from template #30061
Labels
area: material/timepicker
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
The disable input in timepicker.ts component is protected so angular compiler reports an error if you try to diable it from template:
compiling will report:
Reproduction
StackBlitz link: https://stackblitz.com/edit/tn1pxy?file=src%2Fexample%2Ftimepicker-overview-example.html
Expected Behavior
should be possible to disable the timepicker field from template
Actual Behavior
it reports a compiling error
Environment
The text was updated successfully, but these errors were encountered: