dropdown position is off when used inside popover
When using inside a popover (ngx-bootstrap) the dropdown position is off. The reason for this is that popover position is modified using transform which is not picked by mentions position calculation.
I'm encountering this issue as well. Looks like the value for top position property is calculating the wrong value. Looks like the issue is potentially in src/lib/mention-list.component.ts line 55 onwards (if that is where its being calculated?)
I am encountering the same issue.
I'm encountering the same issue. The mention dropdown list position is way off when used in a dynamic ngbpopover. Did any one find a workaround against this issue?