Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

272
Vistas
Is it possible to shut off the tooltip of an a-tag?

I have created a MenuItem component in Angular, which consists of an icon and an a-tag:

<a routerLinkActive="active">
  <my-icon name="{{ iconName }}"></my-icon>
  <a routerLink="{{ routerLink }}">{{ title }}</a>
</a>

It works fine, but when hovering over the menu item, a tooltip pops up, which shows the title of the a-tag. I am assuming this is the default behavior of the a-tag. Is it possible to shut off this tooltip though?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I hope you are well

If you mean when the mouse hovers over the link and a box is displayed in the lower left corner of the screen that has the content of the link I do not think I was looking for such a question, but this is not the solution

The solution is for us to use the route itself in Angular

// component.html
 <a (click)="navigateURL()">{{ title }}</a>

now in component ts

constructor(private router: Router){}

navigateURL(){
 this.router.navigateByUrl("Your url");
}

I hope I was able to help

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda