Open mvanderlee opened 2 weeks ago
The matSuffix icons should be buttons so they actually appear clickable with ripples.
matSuffix
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
Thank you @mvanderlee .
Would be fixing it in upcoming version for V16 and V17 both.
The
matSuffix
icons should be buttons so they actually appear clickable with ripples.Example
https://material.angular.io/components/input/examples#input-clearable