Hi everyone,
I have a scenario where I have button inside of a tooltip.
The issue that I'm facing is the following:
Using the Trigger method (Entities.Trigger.OnClick), when I click on the icon or text inside of the button, nothing happens:
if I click anywhere that it is not text or icon it works.
Using the Trigger method (Entities.Trigger.OnHover) I dont' have any problem and it works as expected.
Does anyone know why this happens when using the Trigger OnClick?
I will leave the OML so you can also check it if you need.
Thanks in advance!
Hello @Fábio Santos
You can add the data attribute data-allow-event-propagation = True in those elements to make it work.
Cheers,GM