SplitButton: aria-expanded is not correct #15752
Labels
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
If the TieredMenu is opened
aria-expanded
is set to true, but when the TieredMenu is closed using the escape key or by clicking outside the element it is not set to false.Environment
macOS 14.5 (23F79)
Reproducer
No response
Angular version
17.3.7
PrimeNG version
17.16.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.13.0
Browser(s)
No response
Steps to reproduce the behavior
aria-expanded
istrue
is not set to
false`Expected behavior
'aria-expanded
should be
false` when menu is closed.The text was updated successfully, but these errors were encountered: