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

fix: auto focus on input box on mount and command selection

Open vishalnarkhede opened this issue 3 years ago • 0 comments

🎯 Goal

Fixes #1508

🛠 Implementation details

Set autoFocus={true} prop on underlying TextInput component. So that when you select a command or mount MessageInput component, focus will be automatically set on input box.

vishalnarkhede avatar Sep 29 '22 11:09 vishalnarkhede