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
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.
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
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,
The text was updated successfully, but these errors were encountered: