-
Notifications
You must be signed in to change notification settings - Fork 23
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(ktooltip): hide tooltip if no label or content #1783
Conversation
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
# [9.0.0-alpha.24](v9.0.0-alpha.23...v9.0.0-alpha.24) (2023-10-20) ### Features * **ktooltip:** hide tooltip if no label or content ([#1783](#1783)) ([469b3b6](469b3b6))
🎉 This PR is included in version 9.0.0-alpha.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [8.124.0](v8.123.9...v8.124.0) (2023-10-20) ### Features * **ktooltip:** hide tooltip if no label or content ([#1783](#1783)) ([469b3b6](469b3b6))
🎉 This PR is included in version 8.124.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Hide the tooltip popover if no
label
prop orcontent
slot template is provided.PR Checklist