emoji-picker-react icon indicating copy to clipboard operation
emoji-picker-react copied to clipboard

autoFocusSearch with reactionsDefaultOpen on mobile opens the keyboard

Open JorgeHiroki opened this issue 1 year ago • 1 comments
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.

JorgeHiroki avatar Jul 24 '24 17:07 JorgeHiroki

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.

VictorVargas avatar Jan 18 '25 10:01 VictorVargas