firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
269 stars 61 forks source link

A11y Bug Fix: Firestore `Delete Document` / `Delete All Fields` from tab focus #967

Closed ABradham closed 1 year ago

ABradham commented 1 year ago

Enables the Delete Document and Delete All Fields menu buttons to be clickable via users of screen readers. Like an earlier PR, the onSelect property of the parent Menu component is used to replace the onClick property of the child MenuItem component. This enables screen reader users to click these options using the space and enter keys.

Internal: Addresses b/263429464