Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to port an emoji picker over to react-aria. The emoji picker has a grid layout with section titles; there is an additional requirement that the list be virtualized.
Would the following work to achieve that layout?
It doesn't look like
GridLayout
supports headers.react-spectrum/packages/@react-stately/layout/src/ListLayout.ts
Lines 253 to 264 in cfd890e
Would a list layout for each section, and then a grid layout for section children work as a workaround?
Beta Was this translation helpful? Give feedback.
All reactions