-
-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
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
import { createRoot } from 'react-dom/client';
import TextareaAutosize from 'react-textarea-autosize';
const root = createRoot(document.getElementById('app'));
root.render(
<div>
<TextareaAutosize />
</div>
);Metadata
Metadata
Assignees
Labels
No labels