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

Input width increases as you type, overflow x not working properly

Open myufa opened this issue 4 years ago • 3 comments

myufa avatar Jul 25 '21 20:07 myufa

@myufa have you tried the last version?

cesarwbr avatar Sep 28 '21 09:09 cesarwbr

Latest version doesn't work.

celebritydeveloper avatar Mar 05 '22 06:03 celebritydeveloper

@myufa I found a hack for this. Wrap the <InputEmoji /> in a <div></div> then give the div a width and max width of same value. This method will help contain the overflow of the Input. This works for me, do let me know if it works for you. I will be glad to put you through.

celebritydeveloper avatar Mar 05 '22 07:03 celebritydeveloper