<textarea /> component for React which grows with content
I create the simplest example with latest versions of libs and chrome. It does not change the textarea height. Check it here: https://stackblitz.com/edit/stackblitz-starters-3yw9em?file=src%2Findex.tsx ```typescript jsx import { createRoot } from 'react-dom/client'; import TextareaAutosize from 'react-textarea-autosize'; const root = createRoot(document.getElementById('app')); root.render( <div> <TextareaAutosize /> </div> ); ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by d8corp and has received 7 comments.