calebjacob / tooltipster

A jQuery tooltip plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inputs are not being affected by click.

shotaars opened this issue · comments

Adding inputs into the tooltip are making them some sort of "disabled". They look able to be interacted.. But it is impossible to focus them with click and with tabbing. There is no ability to enter any text into. Even taking already created input is making no sense. It is not working.

You probably forgot the interactive option.

No. I've put them into interactive tooltip. But it seems like no events are binned to inputs.

It probably does not come from Tooltipster. Thousands of people use Tooltipster every day and it has never been an issue. Use the console to see why the inputs do no get events (look for pointer-events:none probably).

Already did. But I'll look again. Thank you.