ngx-daterangepicker-material
ngx-daterangepicker-material copied to clipboard
Month and year selects are no longer Material selects in version 4
Angular 2+ 4.0.1
Since upgrading to version 4, the month and year selects which are activated with the "showDropdowns" attribute are no longer Material selects (mat-select) but instead just regular HTML selects. Is this a feature or a bug? If a feature, why was this? Since now they look much worse and are not themed.
Similarly, the buttons are no longer material buttons, but regular HTML buttons.
Can someone offer me an explanation as to why the decision to not use Material components was made? It looked a lot better before.
I would like to know as well 😪