Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

267
Views
How to set textarea height to scroll height in react?
const [scrollHeight, setscrollHeight] = React.useState(100)

<textarea
    style={{
      backgroundColor: 'white',
      borderWidth: 0,
      width: 900,
      height: scrollHeight,
     }}
      onChange={(e) => {
       setoriginal(e.target.value)
       dispatch(paragraphObject(e.target.value, translated))
       setscrollHeight(e.target.scrollHeight)
      }}
      value={original ?? ''}
/>

I tried to use onLoad and onLoadedData to setup the scrollHeight but both would not fire....onChange works correctly. All I want is to cancel the scroll by setting the textarea height...any suggestions?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!