ngx-bootstrap icon indicating copy to clipboard operation
ngx-bootstrap copied to clipboard

containerClass name - popover

Open medi6 opened this issue 11 months ago • 1 comments

Hi,

First of all, thanks for this beautifull projet.

We are using angular19 and ngx-boostrap v19, withthe popover module.

containerClass input si not working well, because it changes the original classname.

For example, if the classname is "thisIsTheend", it will replace "end" by the calculated position. In result the CSS class "theIsThebottom" is applied.

https://stackblitz.com/edit/stackblitz-starters-izuw7j11?file=src%2Fmain.ts

Thank you,

medi6 avatar Jan 27 '25 11:01 medi6

Hi, thanks!

As for this issue "left, right, top, bottom, end, start" - are reserved words in classname to determine position. We might work this out to not interfere with user classes but for now it's recommended not to use those in user classes

lexasq avatar Jan 28 '25 08:01 lexasq