EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Feature: Add Emoji Autocomplete on Colon Type

Open Khizarshah01 opened this issue 7 months ago • 4 comments

As an EmbeddedChat developer

I need to see a list of suggested emojis when I type a colon : followed by text in the message box.

So That I can quickly find and insert emojis into my message without having to remember their exact names.

Acceptance Criteria

  • [ ] When a user types a colon (:) followed by at least two characters (e.g., :la), a suggestion pop-up appears above the input box.

  • [ ] The pop-up displays a scrollable list of emojis that match the text typed after the colon.

This feature is already available in the main Rocket.Chat web and desktop clients, providing a faster workflow for keyboard-focused users.

Image

Khizarshah01 avatar Jul 25 '25 14:07 Khizarshah01