-
[This issue is imported from pivotal - Originaly created at Dec 11, 2017 by Michiel Kodde](https://www.pivotaltracker.com/story/show/153555108)
The tooltips can be replaced by a simple extra helptext…
-
Hello,
i love your lib and i use it widely, but there was one thing i missed so i implemented some sort of "cloning", but that was very very poor and after updating vue to the latest version it bro…
-
Hi there,
On the documentation, there is an example to use `tippy` with the headers.
```r
library(htmltools)
library(dplyr)
library(tippy)
data %
select(car:hp)
# See the ?tippy docu…
-
Importing the CSS file requires the package "tippy.js" in addition to "@tippyjs/react".
This line from your documentation causes a compile error:
`import 'tippy.js/dist/tippy.css'; // optional`
…
-
## Bug description
Tippy stopped working on Webflow websites.
## Reproduction
Examples:
1. https://wftips-tooltips-with-tippy.webflow.io/
2. https://tippy-tooltip.webflow.io/
Any idea wh…
-
This is my select:
```tsx
return (
{
nodeItems?.[nextValue]?.command(editor);
}}
>
…
-
The following message is printed in the console:
```bash
tippy.js
tippy() was passed `null` as its targets (first) argument. Valid types are: String, Element, Element[], or NodeList.
👷 This…
-
![tippy](https://cloud.githubusercontent.com/assets/9141509/18817431/e927b5c8-8314-11e6-8514-39578de119e9.gif)
-
is it possible to add functionality so that I can create a tippy with ngxTippyService
Something like this?
```
this.ngxTippyService.tippy(el,{
content: elContent,
theme: 'light',
…
-
In the newest package version, tippys are not reacting to changes in shiny inputs (specifically radio buttons) - I'm using tippyOutput and renderTippy ... they'll populate with data at the front end, …