Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.
https://pulsesms.app
Other
109 stars 44 forks source link

Autocomplete Emoji with Tab Key #102

Closed sstream17 closed 4 years ago

sstream17 commented 4 years ago

Building off #96, I wanted to be able to insert the selected emoji using the tab key. This would allow the feature to behave more similarly to how it does in Slack (where both the enter and tab key allow autocompletion of emoji).

This is accomplished by adding an onTab event handler to the Sendbar. This is a simple enough change so I thought I'd send it directly as a PR! Let me know what you think!

klinker24 commented 4 years ago

Nice, thanks! Not sure why I didn't include this from the start. 🤷‍♂