We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if I'm doing anything wrong. But i can't seem to apply scoped tokens to Select or MultiSelect.
<p-select [options]="[1, 2, 3, 4, 5]" [dt]="{ root: { background: 'red', }, }" /> <p-multiselect [options]="[1, 2, 3, 4, 5]" [dt]="{ root: { background: 'red', }, }" />
No response
https://stackblitz.com/edit/github-umrbpb5u?file=src%2Fapp%2Fapp.component.html
stackblitz
v19
The scoped style should apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
No response
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: