Kushagra Gour
Kushagra Gour
@Phyks Just thinking loud, what would such a visual hint be for you?
@tihoni This is definitely one of the biggest drawback in CSS tooltips currently and as you said, we can hope this discussion becomes a base for some new features in...
@tihoni But to show tooltips alongside elements you had to hardcode positions of tooltips which is not scalable and robust. It can break with responsiveness. That is why with fixed...
You'll need to toggle the hint position classes also. I tried creating a demo for you -> https://codepen.io/chinchang/pen/NmKbMB Let me know if it works for you.
awesome suggestions!!
2.7.0 has been release with support for removing arrow using `hint--no-arrow`. More updates coming soon :)
Hmm, interesting. I haven't noticed this but I suppose this have to do with how browsers perform transitions on `transform` property. GPU is used in the transition which actually converts...
@ryanve Thanks for the pull request. I would just like to know if there was any use case of yours to change the selector of the tooltips?
You could try setting up tests with mocha and chai (if required). Read here: - http://callmenick.com/post/basic-front-end-testing-with-mocha-chai - https://mochajs.org/ Also try looking at some other open source projects on how to...
Yes, its on the list. But for now, as mentioned in the example also, you can simple use `JSON.stringify`. eg. `console.log(JSON.stringify(obj))`