- Issue created by @gauravvvv
- Merge request !43Aria expanded attribute added on toggle sidebar button → (Open) created by Unnamed author
- Status changed to Needs review
about 1 year ago 4:21am 27 March 2024
Add aria attributes on state change for Toggle sidebar button.
On the layout page, clicking on the "Toggle sidebar" button reveals an accessibility issue as there are no ARIA attributes indicating the state change. This makes it difficult for users with screen readers to identify the current state.
On the default state we can use aria-expanded="false" and on active state we can use aria-expanded="true".
Needs review
2.1
Code