React-tooltip: Links and buttons in toolip

Created on 23 Nov 2016  路  2Comments  路  Source: wwayne/react-tooltip

Is it possible to add clickable buttons or links to tooltip? I add custom component with links and buttons but when I click them tooltip disappear and no action is fired.
Could you add a demo with button/link in tooltip?

Most helpful comment

Ok, I find a way to make link/buttons clickable :).
It needs only to override css property.
pointer-events: auto;

All 2 comments

Ok, I find a way to make link/buttons clickable :).
It needs only to override css property.
pointer-events: auto;

Yeaah, It works !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ganasist picture Ganasist  路  3Comments

kristinadarroch picture kristinadarroch  路  3Comments

jhlee4 picture jhlee4  路  3Comments

Ericky14 picture Ericky14  路  3Comments

tatsujb picture tatsujb  路  4Comments