We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdfe1c commit a6ec369Copy full SHA for a6ec369
src/toggletip/toggletip.component.ts
@@ -30,7 +30,7 @@ import { ToggletipButton } from "./toggletip-button.directive";
30
changeDetection: ChangeDetectionStrategy.OnPush,
31
template: `
32
<ng-content select="[cdsToggletipButton]"></ng-content>
33
- <cds-popover-content>
+ <cds-popover-content [attr.id]="id" aria-live="polite">
34
<ng-content select="[cdsToggletipContent]"></ng-content>
35
</cds-popover-content>
36
`
0 commit comments