bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Incorrect description for Tooltips getInstance method in documentation

Open kriswillis opened this issue 1 year ago • 1 comments

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

kriswillis avatar Sep 12 '24 12:09 kriswillis

is that a documentation problem?

jonny785 avatar Oct 05 '24 20:10 jonny785