Skip to content

Is it possible to use a GridList inside a Select? #8083

Answered by snowystinger
2Pacalypse- asked this question in Q&A
Discussion options

You must be logged in to vote

With Select, no, that only works with ListBox at the moment. If it worked with GridList, then you'd see that context listed here https://react-spectrum.adobe.com/react-aria/Select.html#listbox

I do not know if we'll expand it to that, there's a lot of conflicting keyboard behaviours. I'm not sure if/when we'll expand Autocomplete to cover GridList as well, again, there's interaction conflicts. We've talked about wanting to support Autocomplete with all Collection based components, so I imagine we'll spend more time looking into it at the very least.

One interaction conflict is arrow keys. Focus is managed by the Autocomplete to navigate the filtered collection virtually. Users need to be …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 2Pacalypse-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants