Closed apenab closed 5 years ago
Rows should be supported by default, everything is passed to the textarea
. The issue you might have is that height
defined in CSS you are loading if you are using default css provided by RTA.
I use this package => react-textarea-autosize, in which I can use the minRows
property, when I use your package I do not find homogenity with my other textarea
Could you please create repro? I've checked it out the implementation of react-textarea-autosize, it looks like minRows is just argument during height computation. So it could clash with RTA defaults CSS styles.
Not planing to provide any extra support for this, so I'm closing it
I have the same problem and would like to have this functionality => Problems with Min ROWS