Merged PR 1864: feat(ui-tooltip): remove native title attribute from tooltip icon host

- feat(ui-tooltip): remove native title attribute from tooltip icon host

Refs: #5163
This commit is contained in:
Nino Righi
2025-06-14 14:18:21 +00:00
committed by Lorenz Hilpert
parent 2088fd3191
commit 159afa9356

View File

@@ -10,6 +10,7 @@ import { TooltipDirective } from './tooltip.directive';
providers: [provideIcons({ isaOtherInfo })],
host: {
'[class]': '["ui-tooltip-icon"]',
'[attr.title]': 'null',
},
hostDirectives: [
{