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
The templates for sourceFilter and targetFilter are not working in the PickList component. I tried the old templating method using "pTemplate" and the new templating method using "#". I also tried various spellings including camelCase and lowercase.
The documentation is using lowercase template names on the "Features" Tab and camelCase names on the "API" tab. This is confusing. See: https://primeng.org/picklist
The issue occurs with PrimeNG 18 and Angular 18.2 as well as with PrimeNG 19 and Angular 19.1. I have provided a Stackblitz for PrimeNG 19 and Angular 19.1.
Angular version
19.1.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Go to Stackblitz.
Templates for sourceFilter and targetFilter aren't working in any of the examples.
Expected behavior
The templates should work. The documentation should be clear concerning the template names.
The text was updated successfully, but these errors were encountered:
Describe the bug
The templates for sourceFilter and targetFilter are not working in the PickList component. I tried the old templating method using "pTemplate" and the new templating method using "#". I also tried various spellings including camelCase and lowercase.
The documentation is using lowercase template names on the "Features" Tab and camelCase names on the "API" tab. This is confusing. See: https://primeng.org/picklist
Pull Request Link
#17607
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-eps8r4ln?file=src%2Fapp%2Fapp.component.html
Environment
See Stackblitz.
The issue occurs with PrimeNG 18 and Angular 18.2 as well as with PrimeNG 19 and Angular 19.1. I have provided a Stackblitz for PrimeNG 19 and Angular 19.1.
Angular version
19.1.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The templates should work. The documentation should be clear concerning the template names.
The text was updated successfully, but these errors were encountered: