Kumar-Aakash / ng-material-date-range-picker

MIT License
12 stars 6 forks source link

Icons don't have a ripple #31

Open mvanderlee opened 2 weeks ago

mvanderlee commented 2 weeks ago

The matSuffix icons should be buttons so they actually appear clickable with ripples.

Example

<button matSuffix mat-icon-button aria-label="Clear" (click)="value=''">
      <mat-icon>close</mat-icon>
</button>

https://material.angular.io/components/input/examples#input-clearable

Kumar-Aakash commented 2 weeks ago

Thank you @mvanderlee .

Would be fixing it in upcoming version for V16 and V17 both.