-
Notifications
You must be signed in to change notification settings - Fork 12
Problem with arrows and tooltips #262
Comments
Hello, boosted 5 is not supported currently on ng-boosted. ng-boosted rely on ng-bootstrap that is still in v11-beta to support bootstrap v5 https://ng-bootstrap.github.io/#/home |
Oh my bad, ng-boosted v10 is annouced to be compliant with boosted v5. Are you talking about left/right tooltip? Or you also have a problem with top/bottom? |
Hello, ofc it is announced to be compliant with Boosted v5.1. I have this issue with top/bottom tooltips (as I said in my first post, I am quite sure that it is a problem with a renamed class ( |
Hello @remontees I've update the documentation for left and right tooltips. But nothing changes for top/bottom. Classname are correct in ng-boosted : Did you import ng-boostrap in your project maybe? or boosted? If yes you need to remove them and rely only on ng-boosted. |
Hello, |
did you install ng-bootstrap 11.0.0-beta.2 ? because it's the only one that is compliant with boosted v5 On ng-boosted tooltip are relative to a button |
Ng-boosted already include ng-bootstrap AND Boosted so fi you install ng-boosted you don't need to install boosted and ng-bootstrap into your project. Ng-boosted v10 include ng-bootstrap-beta.2 wich is compliant with boosted v5 |
Hello,
When using Boosted v5.1 and ng-boosted v10.0.0, the tooltips are not displayed correctly (especially the arrow at the edge of the tooltip).
Best regards
EDIT: In Bootstrap v5.1, the
.arrow
class has changed to.tooltip-arrow
. ;-)The text was updated successfully, but these errors were encountered: