emoji-picker-react
emoji-picker-react copied to clipboard
autoFocusSearch with reactionsDefaultOpen on mobile opens the keyboard
trafficstars
When the props reactionsDefaultOpen and autoFocusSearch are both true, and you are using a mobile device, there's a issue, that the keyboard opens to search but there is no text box appearing.
The same thing happened to me and the problem I had was that the autoFocusSearch by default is set to true, and I didn't know why the Android keyboard would open, but thanks to your comment I was able to solve it.