Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containerClass name - popover #6726

Open
medi6 opened this issue Jan 27, 2025 · 1 comment
Open

containerClass name - popover #6726

medi6 opened this issue Jan 27, 2025 · 1 comment

Comments

@medi6
Copy link

medi6 commented Jan 27, 2025

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,

@lexasq
Copy link
Contributor

lexasq commented Jan 28, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants