You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'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?
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.
The text was updated successfully, but these errors were encountered: