react-mentions
react-mentions copied to clipboard
How to allow user to resize the textarea?
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
What I want is for the textarea to behave the same way as AntD's textarea
Hey @dmdum Same problem here, did you find a solution?
@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...
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.