Allow custom GIF selector #1937
Labels
cluster:message-input
Issues related to message input and its textarea
enhancement
New feature or request
feature
New capability
Motivation
Users aren't necessarily going to know that they can/must type
/
in order to be able to send a GIF.Proposed solution
We're looking at ways to provide, ideally, a button which pops up a GIF selection screen, but it seems at the moment we would need to provider an entire
MessageInput
component (keeping all existing functionality) to add this.Possible solutions roughly in descending order of complexity:
MessageInputFlat
next to the File Upload which creates the existing GIF input (With the Send, Shuffle, Cancel buttons),CommandButton
facility like there is in the react-native implementation which at least gives the visual element so that users don't need to know to type/
to send a GIF.The text was updated successfully, but these errors were encountered: