react-textarea-autosize icon indicating copy to clipboard operation
react-textarea-autosize copied to clipboard

<textarea /> component for React which grows with content

Results 76 react-textarea-autosize issues
Sort by recently updated
recently updated
newest added

`use-isomorphic-layout-effect` supports react 18 in version `1.1.2` But `react-textarea-autosize` depends on `[email protected]` via `[email protected]`. So when `react-textarea-autosize` is used in a react 18 project, there is a react peer dependency...

I'm setting the `initialHeight` or `minHeight` with `minRows={2}` but it's not exactly. There is a possibility to add an initial height.

Repro: https://stackblitz.com/edit/vitejs-vite-b4qb54?file=src%2FApp.jsx&terminal=dev Temporary solution: Uncomment FixedTextarea line

After resetting the form, it appears to save the height from before it was reset. This is not desired in this case. Before reset: ![image](https://user-images.githubusercontent.com/48702026/171313095-2ab06aee-fd13-4b3b-9140-c7366ecb5188.png) Then I add content and...

Because of the error mentioned in #269 I removed the `height` type override. It seems that this prop is not used anywhere at all anyways and I don't see a...

I have a `` used with react-hook-form, and when it starts out, the textarea is slightly smaller than it should be. When I type, it fixes. What should I do...

Code example : ``` ``` Screenshots : On firefox (100.0, latest version to date) : On chrome : I'm guessing it's related to Firefox's handle of height mentioned here :...

Thanks for this great library! I came across the behavior below today. It seems as if inserting text renders differently than typing the text from start to finish (or copy-pasting...

The scrollbar shows on the chrome mobile browser even if there is nowhere to scroll to, such as if there is only one line. It's not a huge issue but...

I treid to connect by htmlFor a label with your TextareaAutosize, but I can't. Maybe exist a method to do it? I'm using version 8.3.3 I have Ubuntu system 21...