ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
388 stars 48 forks source link

fix(datetimePicker): do not set time when mtxDatetimepickerFilter is … #250

Closed JelleBruisten closed 7 months ago

JelleBruisten commented 7 months ago

This commit solves the issue in #244

Current Behavior: We disable visible the hours and minutes on the clock however we do not prevent it from being clicked/selected

New Behavior: Visually disabled hours and minutes cannot be selected when clicking on them

Note: Users are still able to put in a time by using the input fields when using, [timeInput]="true" or directly writing in the <input> field and it getting parsed into a filtered time.

@nzbin can you apply this to current and previous versions of the library?