-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Add missing v4 docs for tooltip/popover methods #22246
Conversation
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.
Please exclude docs.min.js
from your PR
docs/components/popovers.md
Outdated
|
||
#### `.popover('toggleEnabled')` | ||
|
||
Toggles the ability for an element's popover to be shown. |
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.
to be shown or hidden
docs/components/tooltips.md
Outdated
|
||
#### `.tooltip('toggleEnabled')` | ||
|
||
Toggles the ability for an element's tooltip to be shown. |
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.
shown or hidden.
Thank you @sidp0 👍 |
Public methods
enable()
,disable()
, andtoggleEnabled()
for tooltip and popover were missing from v4 documentation, originally mentioned by @Johann-S in #22188