I can’t reproduce it (tested on Chrome/Firefox/Safari).
What you are describing sounds like a controlled input issue. Are you managing the value through state (controlled) or letting the component handle it internally (uncontrolled)?
@SimoneDev Thanks for creating the PG so I could easily test whether some sort of auto-sizing is affecting the input. I believe @Pixelodo set the autoStretchHeight of the text area to true. Check out the PG below.
In this case, the text area behaves exactly as he described. The solution is obviously to set it to false.