how to remove the search bar for emoji-mart emoji picker?

126 Views Asked by At

https://www.npmjs.com/package/emoji-mart

I am using the above NPM package to implement an emoji picker. The search bar is superfluous.

How do I remove it?

1

There are 1 best solutions below

2
On

The docs have a big section on the options you can pass in, and one of them is navPosition, which is top, bottom, or none. Make it none and it should go away.