Skip to content

Commit

Permalink
feat: column-group-selection dropdown div has an id
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Dec 2, 2024
1 parent 3f3da60 commit fa31d1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p-floatLabel>
<p-dropdown
inputId="columnGroupSelectionDropdown"
id="columnGroupSelectionDropdownElement"
*ngIf="(allGroupKeys$ | async)?.length"
(onChange)="changeGroupSelection($event)"
[options]="(allGroupKeys$ | async) || []"
Expand Down

0 comments on commit fa31d1c

Please sign in to comment.