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
Terminal component documentation suggests the following:
Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.
While the date command works, the greet and random ones do not. Looking through the code history, it seems this was never the case.
Pull Request Link
No response
Reason for not contributing a PR
Lack of time
Unsure how to implement the fix/feature
Difficulty understanding the codebase
Other
Other Reason
Unfortunately company policy does not allow me to contribute open source code for issues not directly relevant to my work. We are not using the terminal component so I cannot argue that successfully
Describe the bug
Terminal component documentation suggests the following:
While the
date
command works, thegreet
andrandom
ones do not. Looking through the code history, it seems this was never the case.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
Unfortunately company policy does not allow me to contribute open source code for issues not directly relevant to my work. We are not using the terminal component so I cannot argue that successfully
Reproducer
https://primeng.org/terminal#basic
Environment
PrimeNG Docs Website
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
Firefox 134
Steps to reproduce the behavior
Expected behavior
Either the message should be updated to remove those non-existent suggestions or they should be implemented in the component code to work as suggested
The text was updated successfully, but these errors were encountered: