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
change the role type of the fd core menu from menu to listbox.
Can you handle that on the application side
no, the nav tag that is created from the fd-menu tag is on library side only.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular 17
ngx fundamental 50 and 53.2 (still the case in most current version)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
create a menu with the fd-menu check the role. list items or links within an option can't be set aria-selected=true since subitems of menus cant be selected.
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Is this a bug, enhancement, or feature request?
enhancement
Describe your proposal.
change the role type of the fd core menu from menu to listbox.
Can you handle that on the application side
no, the nav tag that is created from the fd-menu tag is on library side only.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular 17
ngx fundamental 50 and 53.2 (still the case in most current version)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
create a menu with the fd-menu check the role. list items or links within an option can't be set aria-selected=true since subitems of menus cant be selected.
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Change the menu type to listbox
according to https://www.nngroup.com/articles/listbox-dropdown/#:~:text=Summary%3A%20Listboxes%20and%20dropdowns%20are,and%20support%20only%20single%2Dselection listbox is the correct role for that type of menu
Did you check the documentation and the API?
yes
Did you search for similar issues?
no
The text was updated successfully, but these errors were encountered: