Tool tips on disabled form elements
Do you natively support tooltips on disabled form elements like buttons?
Thanks
Replies (3)
Hi,
We do not have such native tooltip support for disabled-buttons.
You can check our Tooltip wrapper to use for any element.
Regards
I followed the directions stated in the documentation, but still doesn't work for disabled elements.
Please try to wrap the disabled element with a DIV or SPAN tag and assign the tooltip to the wrapper element. The tooltip is not triggered on the disabled enabled. This is how the Bootstrap Tooltip functions.