-
Notifications
You must be signed in to change notification settings - Fork 6
Add Tooltip component #1621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add Tooltip component #1621
Conversation
PoC implementation
…d easing functions
…lity attributes, also add a timeout before calling hideWithEvent
…thod documentation
Code restructure and internal event listeners state are now handled with AbortController
For all themes dark & white: Fluent: Bootstrap: Material: Indigo: |
|
* Introduces a private `_defaultAnchor` variable to store the initial anchor. This value is set via `resolveAnchor`, which is triggered by `hostConnected` or when the host's `anchor` property changes. This ensures there is a reference to the host's current anchor element. * When the tooltip is closed and the current anchor is transient, the anchor is set back to `_defaultAnchor`. * Updates the test to check for proper anchor reset
…iteui-webcomponents into rkaraivanov/tooltip
* Anchor event listeners as wrapped weak references. * `show` method now accepts an IDREF in addition to the element reference. * Some code reorganization. * Included the tooltip component inside the `defineAllComponents` collection.
Closes #1615