Andarist / Andarist/react-textarea-autosize
Simplest example does not work
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 2.4k
- Fork
- 247
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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(
);
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.