calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Inputs and text-areas are not working in tooltip. #788

Closed shotaars closed 4 years ago

shotaars commented 4 years ago

I've added a form into tooltip, but inputs and text areas are not working, seems they've got default (html element) events off. They are not disabled with any (with CSS, with JS etc.) way. It is possible to add value with js, but it is impossible to select the inside text. And with keyboard focus it is acting the same. And all that is happening only when bootstrap modal is opened. If modal closed it is working properly.