atomiks
atomiks
Yeah tbh the wording could be better. Like describe the actual default, then the default with the condition.
A singleton or `interactiveBorder: 0` fixes this, but the latter might need to be combined with a short `delay`
Is this something that affects consumers or is it just an internal issue?
`onHidden` is only called once the tippy has fully hidden/unmounted. When clicking again this doesn't happen, so it seems correct? If you mousedown, without mouseup, you can see it gets...
It looks like being able to dismiss a tippy using `esc` is required by WCAG and so this could possibly live in the `aria` object as a new option. Looking...
Too late for the current major version*, but if we can streamline the lifecycle hooks/callbacks for v7 then it can be added: https://github.com/atomiks/tippyjs/discussions/991
Is this done in other libs with props?
The IDs aren't used for deletion, that's just to link aria attributes. What problem are you having exactly?
So we should use a different technique for IDs than an autoincrementing integer for 1) snapshot tests and 2) scenarios in which 2+ tippy modules are embedded (for accessibility reasons,...
This behavior does not work for plugins, although this should be stated in the docs.