-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close picker back to reactions view after emoji selection #406
Comments
Hey @Timmwardion thanks for the interest in this feature. If you have an idea, I would love to hear your suggestion. |
Hey @ealush! I'm writing a chat application and am hoping to use reactions to give users a fast way of selecting their most used emoji. If they need one that's not on the reactions list I'd love them to be able to pick from the picker. They only need to pick one at a time, so once one is selected, the picker just needs to close back to the reactions view. No x button needed I don't think. I think an imperative API sounds like a perfect solution actually. That's much more flexible for my needs. |
is there a way to close it as of this day ? |
Iam also interested |
Is there a way to close the picker back to the emoji view after an emoji has been selected? I've tried using the open prop, and playing around with the reactionsDefaultOpen prop, but no luck.
Would be great if I could trigger as part of the onEmojiClick callback.
The text was updated successfully, but these errors were encountered: