-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Select, MultiSelect: Scoped Style not working #17381
Comments
Related Issue: #17403 The creator of the other issue created a PR to fix the bug for select component: #17246 MultiSelect can be fixed similarly. Here primeng/packages/primeng/src/multiselect/multiselect.ts Lines 1364 to 1369 in 754df54
|
Added a PR that fixes the MultiSelect: #17427 |
This still does not work using your playground as an example. The properties set through the [dt] binding never gets applied. |
MultiSelect is fixed by my PR. I have updated my stackblitz to use the latest primeng version: As for the Select Component, the PR #17246 is still awaiting approval |
@mertsincan can you approve and merge the PR to fix the Select Component? #17246 |
Describe the bug
Not sure if I'm doing anything wrong. But i can't seem to apply scoped tokens to Select or MultiSelect.
Pull Request Link
#17427
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-umrbpb5u?file=src%2Fapp%2Fapp.component.html
Environment
stackblitz
Angular version
v19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The scoped style should apply
The text was updated successfully, but these errors were encountered: