stream-chat-react-native
stream-chat-react-native copied to clipboard
Focus on the message input automatically when giphy mode is active
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.
Proposed solution: inputBoxRef.current.focus(); after setGiphyActive(true); and here
Hey team! Please add your planning poker estimate with ZenHub @vishalnarkhede @khushal87 @madsroskar
:tada: This issue has been resolved in version 5.4.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: