I created a new project with ember-4.12.1 and installed ember-bootstrap (5.1.1). When I use the BsPopover component it is working as expected.
After installing ember-power-select (6.0.1) the popover is not displayed near the corospending object. The popover is displayed at the beginning of the page.
Any hints how I got ember-bootstrap & ember-power-select work together?
best regards, arno
I created a fresh poject and installed ember-bootstrap and created a page with the BsPopover component - all works as expected. Then I installed ember-power-select and at the same page the popover wasn't displayed near the corresponding object but at the beginning of the document.