react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

How to allow user to resize the textarea?

Open dmdum opened this issue 1 year ago • 3 comments

I want the user to be table to resize the textarea.

I've applied the css property: resize: vertical !important; to the *__input class.

The resize button is there, however, when I resize the textarea, the border doesn't seem to follow... Here is a sample

react-mentions-resize-attempt

What I want is for the textarea to behave the same way as AntD's textarea

antd-text-area

dmdum avatar Aug 22 '23 04:08 dmdum

Hey @dmdum Same problem here, did you find a solution?

Rafael-Ramblas avatar Jan 24 '24 19:01 Rafael-Ramblas

@Rafael-Ramblas it's been a while since I worked on this. I'll have to find that specific code and get back to you...

dmdum avatar Jan 27 '24 13:01 dmdum

Hey @dmdum Same problem here, did you find a solution?

Sorry, we didn't find a solution, in the end, we ended up doing this instead.

dmdum avatar Jan 30 '24 07:01 dmdum