atomiks
atomiks
@aloayzab88 good spot, the `id` is on the outer `popper` node, while the `role` is on the inner `box` node. If you place the `role="tooltip"` on the outer popper instead,...
I agree it's expected in this case, what it was trying to fix was the case where the ref has focus but the tippy is hidden (due to the `hideOnClick:...
> What do you mean by the check is failing? The input receives a blur event, isVisible is false so it blurs the focused element. Seems fine. If the tippy...
It determines if the tap outside was "intentional" vs. they just tried to scroll away instead of intentionally dismissing it. For a popover, that sounds good, but maybe not for...
@okikio singletons weren't designed to be used with followCursor, better off just creating a new instance for each
Just checked a popular JS library and it looks like they are including a zip file with each release under "Assets". A PR that adds this to releases is welcome!...
It gets autogenerated on build
https://popper.js.org/docs/v2/faq/#why-is-my-popper-in-the-wrong-location-or-not-visible-at-all Note: we found this out after we made `adaptive: true` the default (it likely shouldn't be the default, but that's a breaking change).
Is this just because the code uses `.innerHTML`? It's disabled by default, though, so you aren't exposed unless you explicitly enable it in the options. Doesn't React break too due...
The current docs are correct as the condition is "If `interactive: true`"