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

143
Vistas
Embed Link In ReactToolTip with html true

In my React App I want to use a ReactTooltip around my component such that the content of the tooltip is some text with a link to another website. My component has a return like this:

  return (
    <>
      <div className="col-xs-6 col-sm-4" >
        <Link to={earnnestLink(deal)} target="_blank" data-tip={'abc<br /> def </br> ghi <a href="www.google.ca"/>'} >
            Request Escrow Funds
          </Link>
      </div>
      <ReactTooltip
        multiline
        html
        id="earnnest-link-tooltip"
        place="bottom"
        border
        effect="solid"
        type="light"
        className="custom-tooltip-large" />
    </>
  )

My ReactTooltip came from import ReactTooltip from 'react-tooltip'

But then my UI looks like this

So I have 2 questions:

  1. How do I get the link to www.google.ca show up properly? Note that the HTML for <br /> was rendered but the HTML for the link is not rendered.
  2. As soon as I move the cursor away from the text "Request Escrow Funds" into the tooltip with the intention to click on the embedded link, the tooltip disappears. I think it's because my cursor is outside of the <Link> component. How do I get it to stay there while I move the cursor into the tooltip?

Thanks!

about 4 years ago · Juan Pablo Isaza
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