You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i want to do is rather simple in theory, i am creating emoji picker like the one on discord, where you can expand/collapse emojis grouped by category(accordeon) and i would like to make it accessible so i want group/category and emojis in one element or at least emojis from this category in one element.
My emojis are grouped by category and split into rows so my data structure looks like this
Currently i have it working with flat structure and group is not displayed as item so just default thing and its working okay if we just disregard accessibility.
I need one scroll container so multiple lists dont satisfy me.
Is this even possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What i want to do is rather simple in theory, i am creating emoji picker like the one on discord, where you can expand/collapse emojis grouped by category(accordeon) and i would like to make it accessible so i want group/category and emojis in one element or at least emojis from this category in one element.
My emojis are grouped by category and split into rows so my data structure looks like this
So if there are 70 emojis in category then groupCount for this category is 10.
I want group to be displayed as item, simplified structure should look like this:
This would also be okay:
Currently i have it working with flat structure and group is not displayed as item so just default thing and its working okay if we just disregard accessibility.
I need one scroll container so multiple lists dont satisfy me.
Is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions