If an input is disabled, the tooltip doesn't show.
It seems like disabled <input> doesn't emit any pointer events.
Try to wrap your input in another element, like span!
http://hmnid.ru:8090/disabled-input
https://github.com/huumanoid/react-tooltip-issue-test/blob/master/src/disabled-input.jsx
https://html.spec.whatwg.org/multipage/forms.html#enabling-and-disabling-form-controls:-the-disabled-attribute
Hey @Wayneio I'm considering this issue as resolved. If I'm wrong, please, let me know!
Most helpful comment
It seems like disabled
<input>doesn't emit any pointer events.Try to wrap your input in another element, like span!
http://hmnid.ru:8090/disabled-input
https://github.com/huumanoid/react-tooltip-issue-test/blob/master/src/disabled-input.jsx
https://html.spec.whatwg.org/multipage/forms.html#enabling-and-disabling-form-controls:-the-disabled-attribute