Skip to content
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

Add an option to the keyboard to delete emojis #160

Open
areina opened this issue Nov 21, 2023 · 2 comments
Open

Add an option to the keyboard to delete emojis #160

areina opened this issue Nov 21, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@areina
Copy link

areina commented Nov 21, 2023

Is your feature request related to a problem? Please describe.
In my use case, the user can select multiple emojis from the keyboard and they are added to another component in the app. At this moment, in case they make a mistake and they want to delete an emoji, they can't do it from the keyboard.

Describe the solution you'd like
What I've seen in other keyboards is that they include an icon, simulating the backspace key, that allows the user to delete emojis.

Describe alternatives you've considered
Temporarily I'm managing the deletion outside of the keyboard, unfortunately it doesn't feel natural.

Additional context
.

Thank you and great work!

@areina areina added the enhancement New feature or request label Nov 21, 2023
@Okelm
Copy link
Member

Okelm commented Dec 13, 2023

@areina thanks for reporting!
Which keyboards have this feature, so that we can learn more about this? Or having a screen recording would be helpful :)

@rkcollabro
Copy link

I second this. This library is super awesome to work with but is only really missing some sort of back button. The Google keyboard, for example has this back button available. In the case of this library, we can pass in a callback to execute so that we can link the back button to another component (changing the content of a TextInput for example).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants