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

emoji.length is 5 for some emojies and 2 for some

Open dhananjay0610 opened this issue 1 year ago • 1 comments
trafficstars

if we print emoji.length, then it is givin output as 2 for 😃 but for imojis like 🕵️ it gives 5. Thus if we want to check if there is only 1 emoji in input box, then how can we check , initially we thought of checking using emoji.length

dhananjay0610 avatar Nov 27 '23 11:11 dhananjay0610

new Intl.Segmenter({ granularity: "grapheme" }).segment() should work

felixfbecker avatar Dec 06 '23 02:12 felixfbecker