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

Support showEmoji predicate

Open ealush opened this issue 2 years ago • 2 comments

Allow for passing a showEmoji property that takes a predicate function. When returning false, the emoji will be removed from the picker, for example:

<Picker showEmoji={(emoji) => !!myAllowedEmojes[emoji.u]}/>

ealush avatar Oct 14 '22 08:10 ealush

please, can you merge it?

TrainedLoop avatar Dec 11 '23 13:12 TrainedLoop

please merge this one

matr369 avatar Jan 09 '24 15:01 matr369