-
Notifications
You must be signed in to change notification settings - Fork 53
Description
It would be really helpful if the emoji picker could (optionally) provide a a way to unselect an emoji (or select "none").
When using the picker for selecting an emoji for an object (e.g. "choose the emoji for this document"), people expect to be able to remove the selected emoji later (without having to choose a different emoji). On the other hand, having a separate option in the UI just to unselect the emoji, would be a bit too much.
So it would be really handy if the picker would support a property like emptySelection that exposes the option to select "empty emoji" inside the picker (which then would return e.g. an empty/null emoji object).
Do you think that's feasible?
Thanks a lot for maintaining emoji-mart-vue, it's a very useful piece of software. We use it in a lot of places for picking emojis in the Nextcloud UI.