Is there a way to use the backspace key to remove tokens/
Is there a way to set up the backspace key to select and remove a token? Tapping a token to select it is great, but there should also be a way to delete it
@patthehuman that's how it should already be working, unless it's not working for you? If you press the backspace key, it should first select the last token, and then another backspace will delete it, like how iOS does it.
The issue here is if the token field resigned its responder, and the becomes the responder again, you can't delete tokens with the backspace
Huh, that sounds like a bug. I'll look into it.
On Jul 3, 2016, at 11:16, Anthony [email protected] wrote:
The issue here is if the token field resigned its responder, and the becomes the responder again, you can't delete tokens with the backspace
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Alright, awesome. Thanks!
Alright sweet! Thanks
Any progress on this? I've dug around a bit but I'm not sure where or what is causing it