nolanlawson / emoji-picker-element

A lightweight emoji picker for the modern web
https://nolanlawson.github.io/emoji-picker-element/
Apache License 2.0
1.27k stars 80 forks source link

Scroll through all categories #423

Open dliebner opened 1 month ago

dliebner commented 1 month ago

It seems the default behavior is to have to click between categories to view all emoji (as opposed to just scrolling through all available emoji). I scanned the docs to see if this is configurable but didn't see anything, can the picker be configured to scroll through all available emoji without having to click between categories?

nolanlawson commented 1 month ago

I know some emoji pickers work this way, but there are performance and accessibility considerations if emoji-picker-element was going to support both modes. For example:

Not saying it couldn't be done, but it would be a big overhaul of the current implementation.

dliebner commented 1 month ago

Gotcha. Thank you for the answer!