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

A React input with an option to pick emojis ๐Ÿ˜ ๐Ÿ˜œ ๐Ÿ˜‚ ๐Ÿ˜›

Results 37 react-input-emoji issues
Sort by recently updated
recently updated
newest added

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....

`` the text variable contain a value for example "Hello there" but it didnt display in the input

Would like to use in a project, but the popover is in the 'top' position, and it reads off the page. A 'bottom', 'right', 'left' position would be a great...

{getFieldDecorator('content',{ initialValue: currentDetail?.content, rules: [{ required: true, message: "่ฏท่พ“ๅ…ฅ็ด ๆๅ†…ๅฎน" }]} )( )}

This lib does not support `tsx`? I'm trying to use this lib within a React app + Typescript (`.tsx`). But I'm getting the following error on `import`: ``` Could not...

I am trying to add functionality, in which shift+enter can be used for a new line. But when I am adding it, the cursor goes to the starting position and...

Please can a style props be added to the `` component so we can easily customize the width and height the way we want?

How to display in color emoji from input field to get response data?

How can I pass props to Emoji Picker? I want to change theme and stuff. Thank you!