Skip to content

Commit

Permalink
fix(listbox): corrige clique no checkbox
Browse files Browse the repository at this point in the history
Corrige checkbox para permitir clique.

fixes DTHFUI-7931
  • Loading branch information
CSimoesJr committed Nov 7, 2023
1 parent b8ee655 commit 7584252
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
[p-disabled-tabindex]="true"
[p-checkboxValue]="checkboxValue === null ? 'mixed' : checkboxValue"
[p-disabled]="disabled"
(click)="onCheckboxItem()"
(p-change)="onSelectItem({label})"
></po-checkbox>

Expand Down

0 comments on commit 7584252

Please sign in to comment.