Skip to content

Commit

Permalink
mousevent change
Browse files Browse the repository at this point in the history
  • Loading branch information
maruthumj committed May 18, 2024
1 parent 3a76e39 commit ba6eebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {MatFormFieldModule} from '@angular/material/form-field';
})
export class FormFieldPrefixSuffixExample {
hide = true;
clickEvent(event: any) {
clickEvent(event: MouseEvent) {
this.hide = !this.hide;
event.stopPropagation();
}
Expand Down

0 comments on commit ba6eebf

Please sign in to comment.