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?
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?
Copyright © 2021 Jogjafile Inc.
The docs have a big section on the options you can pass in, and one of them is
navPosition, which istop,bottom, ornone. Make itnoneand it should go away.