Skip to content
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

Incorrect description for Tooltips getInstance method in documentation #40822

Open
3 tasks done
kriswillis opened this issue Sep 12, 2024 · 0 comments
Open
3 tasks done

Comments

@kriswillis
Copy link

kriswillis commented Sep 12, 2024

Prerequisites

Describe the issue

The description for the Tooltips getInstance method currently reads:

Static method which allows you to get the tooltip instance associated with a DOM element, or create a new one in case it wasn’t initialized.

getInstance does not create a new instance if there isn't one initialized, it returns null.

It looks as though this description has been copied from the getOrCreateInstance method.

Reduced test cases

N/A

What operating system(s) are you seeing the problem on?

Linux

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants