chinchang / hint.css

A CSS only tooltip library for your lovely websites.

Home Page:https://kushagra.dev/lab/hint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show tooltip on focus.

Chris2011 opened this issue · comments

I have seen this: #27 and this: #19 and I thought when I have an control like textarea or an input field, I can click on it and it will appear and when I set the focus to an other element, the same but no it only works onhover the element. I nee a feature for the input element itself so I can click on it, the hint will appear and I click out and it should disappear. Is this possible?

Regards

Chris

This would have worked if Pseudo elements (which Hint.css uses) worked on INPUT and TEXTAREA tags, but at the moment they don't. I have not been able to come up with any hack for this yet. Guess we have to wait for the pseudo elements to arrive on INPUT/TEXTAREA.