Skip to content

Commit

Permalink
test(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorrea97 committed Oct 31, 2023
1 parent ffb8ed3 commit 67e3c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[attr.aria-label]="literals.clean"
*ngIf="clean && !disabled && inp.value"
class="po-combo-clean"
(click)="clear(); $event.preventDefault()"
(click)="clear(null); $event.preventDefault()"
(keydown.enter)="clearAndFocus(); $event.preventDefault()"
>
<span
Expand Down

0 comments on commit 67e3c92

Please sign in to comment.