Open DMeganoski opened 1 year ago
Setting the emojis={false} only disables the functionality of the picker, the icon remains next to the user input (it does this by default).
Just copy paste style.css into a custom .css and use that. Inside it type this:
.rcw-picker-icon { display: none; } .rcw-picker-btn { display: none; }
This shall hide the emoji picker face.
Setting the emojis={false} only disables the functionality of the picker, the icon remains next to the user input (it does this by default).