We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The description for the Tooltips getInstance method currently reads:
getInstance
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.
null
It looks as though this description has been copied from the getOrCreateInstance method.
getOrCreateInstance
N/A
Linux
Chrome
5.3
The text was updated successfully, but these errors were encountered:
is that a documentation problem?
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Describe the issue
The description for the Tooltips
getInstance
method currently reads:getInstance
does not create a new instance if there isn't one initialized, it returnsnull
.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
The text was updated successfully, but these errors were encountered: