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 authored and rafaellmarques committed Nov 13, 2023
1 parent a6cfa1a commit d303af0
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 d303af0

Please sign in to comment.