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
Two examples in the DataView component have double class attributes, likely a copy-paste error. This issue / bug report exists because it is required for the PR I am creating to fix this documentation error.
This is a line the current documentation:
<divclass="col-span-12" *ngFor="let item of items; let first = first" class="col-span-12">
This is my proposed fix:
<divclass="col-span-12" *ngFor="let item of items; let first = first">
Describe the bug
Two examples in the DataView component have double class attributes, likely a copy-paste error. This issue / bug report exists because it is required for the PR I am creating to fix this documentation error.
This is a line the current documentation:
This is my proposed fix:
With kind regards
Pull Request Link
#17620
Reason for not contributing a PR
Other Reason
No response
Reproducer
This is not relevant.
Environment
This is not relevant.
Angular version
19.1.5
PrimeNG version
v19
Node version
23.7.0
Browser(s)
No response
Steps to reproduce the behavior
See the DataView docs.
Expected behavior
No double class attributes.
The text was updated successfully, but these errors were encountered: