react-input-emoji
react-input-emoji copied to clipboard
Bug with emojis and whitespaces
I'm facing a problem with emojis and whitespaces. For example, if you type an emoji and whitespace the placeholder doesn't disappear. Check the image below extracted from your official page.
.
same here, please help!
A faster fix is to conditional the place holder attribute -> placeholder={message.length === 0 ? "placeholder here..." : null}
The issue related to placeholder and whitespaces has been resolved in the latest update. Please ensure you've updated and let me know if you face any further problems.