TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
323 stars 55 forks source link

Add an option to the keyboard to delete emojis #160

Open areina opened 7 months ago

areina commented 7 months ago

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!

Okelm commented 7 months ago

@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 commented 5 months ago

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