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
mertsincan
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
v18-port
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 18, 2024
Describe the bug
I noticed a bug in primeiconts.ts
ASTERIKS = 'pi pi-asteriks'
is wrong, should beASTERISK = 'pi pi-asterisk'
hereThe next ones are not real bugs, but suggestions for a more intuitive use:
ARROW_H = 'pi pi-arrows-h'
the key would be better if it wereARROWS_H'
to better fit the value hereARROW_V = 'pi pi-arrows-v'
the key would be better if it wereARROWS_V'
to better fit the value; hereEnvironment
N/A
Reproducer
No response
Angular version
18.0.1
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: