-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(OnyxTooltip): auto align tooltip #1821
Conversation
🦋 Changeset detectedLatest commit: aa3f7a1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
please adjust the PR title to the convention :) the pattern is
|
packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.stories.ts
Outdated
Show resolved
Hide resolved
packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.stories.ts
Outdated
Show resolved
Hide resolved
This is an auto-generated pull request. All Playwright screenshots have been updated. Co-authored-by: ChristianBusshoff <178766498+ChristianBusshoff@users.noreply.github.com>
This is an auto-generated pull request. All Playwright screenshots have been updated. Co-authored-by: ChristianBusshoff <178766498+ChristianBusshoff@users.noreply.github.com>
packages/sit-onyx/playwright/snapshots/components/OnyxTooltip/Tooltip-chromium-linux.png
Outdated
Show resolved
Hide resolved
This is an auto-generated pull request. All Playwright screenshots have been updated. Co-authored-by: ChristianBusshoff <178766498+ChristianBusshoff@users.noreply.github.com>
packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.stories.ts
Outdated
Show resolved
Hide resolved
packages/sit-onyx/src/components/OnyxCheckbox/OnyxCheckbox.stories.ts
Outdated
Show resolved
Hide resolved
This is an auto-generated pull request. All Playwright screenshots have been updated. Co-authored-by: ChristianBusshoff <178766498+ChristianBusshoff@users.noreply.github.com>
...ywright/snapshots/components/OnyxInput/Input-labelTooltip-messageTooltip--chromium-linux.png
Outdated
Show resolved
Hide resolved
@ChristianBusshoff Can you add a changeset so this feature is released to the users? |
Removed Tooltip-Error-Logic (hide tooltip before user interaction) in:
// hide error tooltip before a user interaction happened
.onyx-error-tooltip:has(&__input):not(:has(&__input:user-invalid)) .onyx-tooltip {
display: none;
}