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
<p-select [dt]="selectStyleDt" /> inability to add pc prefixed attributes and causing custom Scoped Tokens to fail.
<p-select [dt]="selectStyleDt" />
#17246
No response
https://stackblitz.com/edit/github-cqq7lcyo?file=src%2Fapp%2Fapp.component.html
primeng v18 and v19
19.0.5
v19
20.16.0
selectStyleDt = { borderColor: '{amber.500}' }
The p-select component should support custom scoped token
The text was updated successfully, but these errors were encountered:
mertsincan
No branches or pull requests
Describe the bug
<p-select [dt]="selectStyleDt" />
inability to add pc prefixed attributes and causing custom Scoped Tokens to fail.
Pull Request Link
#17246
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-cqq7lcyo?file=src%2Fapp%2Fapp.component.html
Environment
primeng v18 and v19
Angular version
19.0.5
PrimeNG version
v19
Node version
20.16.0
Browser(s)
No response
Steps to reproduce the behavior
<p-select [dt]="selectStyleDt" />
Expected behavior
The p-select component should support custom scoped token
The text was updated successfully, but these errors were encountered: