I'm trying to figure out how to make tooltip appear next to textarea when user starts typing into it, i presume i have to use onChange to catch it, but how to make the tooltip appear where i want it to?
All the tooltip examples and tutorials out there make the tip be attached to your mouse cursor and that's not useful in my page.
All the tooltip examples and tutorials out there make the tip be attached to your mouse cursor and that's not useful in my page.