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

Bug with emojis and whitespaces

Open etchebarneluis opened this issue 3 years ago • 2 comments

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.

bug .

etchebarneluis avatar Aug 11 '22 20:08 etchebarneluis

same here, please help!

guillermonudelmanDBP avatar Aug 17 '22 14:08 guillermonudelmanDBP

A faster fix is to conditional the place holder attribute -> placeholder={message.length === 0 ? "placeholder here..." : null}

etchebarneluis avatar Aug 17 '22 15:08 etchebarneluis

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.

cesarwbr avatar Sep 12 '23 16:09 cesarwbr