Reid Barber
Reid Barber
This is the expected behavior currently. We intentionally block interaction and scrolling behind overlays until they're closed by using an underlay, however we can't do this with Combobox because the...
I'm not sure keeping the grid role while the collection is empty would be correct: > A composite [widget](https://w3c.github.io/aria/#widget) containing a collection of one or more rows with one or...
Spoke with @majornista and he recommended experimenting with using a [group](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/group_role) role in this empty state and seeing if that announcement would be better.
Closed in favor of https://github.com/adobe/react-spectrum/pull/7244