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 93d1d44 commit af55a0fCopy full SHA for af55a0f
src/dialog/tooltip/tooltip.directive.ts
@@ -65,7 +65,7 @@ export class TooltipDirective extends DialogDirective {
65
// tslint:disable-next-line:no-input-rename
66
@Input("tooltip-type") tooltipType: "warning" | "error" | "" = "";
67
68
- @HostBinding("attr.aria-describedby") descriptorID = "";
+ @HostBinding("attr.aria-describedby") descriptorId: string;
69
70
/**
71
* Creates an instance of `TooltipDirective`.
0 commit comments