stream-chat-react-native icon indicating copy to clipboard operation
stream-chat-react-native copied to clipboard

Focus on the message input automatically when giphy mode is active

Open khushal87 opened this issue 3 years ago • 2 comments

Motivation When a user types /giphy or chooses the giphy command from the auto-complete suggestion list the message input doesn't get active after giphy mode is active.

Acceptance Criteria As a user I want the message input to be focused automatically so that I don't have to press the message input to start typing.

khushal87 avatar Jun 22 '22 08:06 khushal87

Proposed solution: inputBoxRef.current.focus(); after setGiphyActive(true); and here

vanGalilea avatar Aug 12 '22 14:08 vanGalilea

Hey team! Please add your planning poker estimate with ZenHub @vishalnarkhede @khushal87 @madsroskar

vanGalilea avatar Aug 16 '22 08:08 vanGalilea

:tada: This issue has been resolved in version 5.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

vishalnarkhede avatar Oct 10 '22 13:10 vishalnarkhede