The DropdownButton isn't accessible and doesn't allow a user to press 'shift + tab' in order to navigate to the previous element.
Steps:
- Navigate to: DropdownButton
- Click on an element before the Dropdown button (In order to get the focus to visually appear)
- Press tab to the Dropdown button
- Press 'shift + tab' to navigate back to the previous element.
Actual Results:
Once the dropdown button is in focus, the user is unable to navigate back to the previous element.
Expected Results:
The user should be able to navigate back to previous elements displayed on the page/view.