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
In my other apps where I am using accordions and just most accordions and similar actions have the arrows reversed and I am used to associating arrow-up with collapse & arrow down with - expand...
One of my apps with Angular Material UI:
So in my latest app with PrimeNG, I am rotating them like this:
It just feels more intuitive this way, to me at least.
Please let me know if it is ok to work on this and I can prepare a PR later on.
The text was updated successfully, but these errors were encountered:
Describe the bug
As I was using the accordion, placing it in a component in my v19 app, I took a look at the toggle arrows:
when collapsed they are all pointing up and the element is
chevronupicon
when I toggle the arrow of course does change to the opposite and becomes a
chevrondownicon
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
I am not sure yet if this is intentional on not, and I prefer verifying before taking any further actions
Reproducer
https://stackblitz.com/run?file=components%2Flayout%2Fapp.component.html
Environment
Windows
Chrome
Angular v19.1.0
PrimeNG v19.0.6
Node v20.14.0
Angular version
19.1.0
PrimeNG version
v19
Node version
20.14.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
In my other apps where I am using accordions and just most accordions and similar actions have the arrows reversed and I am used to associating arrow-up with collapse & arrow down with - expand...
One of my apps with Angular Material UI:
So in my latest app with PrimeNG, I am rotating them like this:
It just feels more intuitive this way, to me at least.
Please let me know if it is ok to work on this and I can prepare a PR later on.
The text was updated successfully, but these errors were encountered: