webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
454 stars 80 forks source link

ROWS #143

Closed apenab closed 5 years ago

apenab commented 5 years ago

I have the same problem and would like to have this functionality => Problems with Min ROWS

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

apenab commented 5 years ago

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

jukben commented 5 years ago

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.

jukben commented 5 years ago

Not planing to provide any extra support for this, so I'm closing it