Git Product home page Git Product logo

Comments (12)

Andarist avatar Andarist commented on August 22, 2024 2

You should use event.preventDefault() to avoid that newline being entered: https://codesandbox.io/s/interesting-easley-m5960?file=/src/App.js

from react-textarea-autosize.

andreypopp avatar andreypopp commented on August 22, 2024

Doesn't setting value="" work?

from react-textarea-autosize.

Qrysto avatar Qrysto commented on August 22, 2024

Probably it does, but how about the case that I don't want a controlled value?

from react-textarea-autosize.

andreypopp avatar andreypopp commented on August 22, 2024

How do you update its value then?

from react-textarea-autosize.

Qrysto avatar Qrysto commented on August 22, 2024

I don't, I just use ref to get its value when user submits, then reset its value to '' (empty string)

from react-textarea-autosize.

jmcrthrs avatar jmcrthrs commented on August 22, 2024

@Qrysto I know this is an old one, but if any one else comes looking for an answer:

Because the input is uncontrolled, you need to reset the height manually via the DOM style property:

`

<Textarea inputRef={(textarea) => { this.textarea = textarea; }} ... > ` `this.textarea.style.height = '31px'`

from react-textarea-autosize.

Andarist avatar Andarist commented on August 22, 2024

@jmcrthrs if you implement custom logic with i.e enter clearing the textarea's value you should control it - this is not an advise for this particular case, but rather a general React one. You should lift your state and control it when the need arises. Manipulating DOM is an anti-pattern and should be avoided.

from react-textarea-autosize.

insivika avatar insivika commented on August 22, 2024

I'm setting the body to an empty string however it does not reset the height. As you can see from the screenshot below, the text sets to empty string however I'm still left with two rows...

Screen Shot 2021-08-05 at 1 29 52 PM

from react-textarea-autosize.

Andarist avatar Andarist commented on August 22, 2024

Im afraid that u would have to provide a full repro case for this situation before I could dive into this

from react-textarea-autosize.

insivika avatar insivika commented on August 22, 2024

Hi @Andarist thanks for the quick respond, I put together an example on codesandbox and my issue is actually related to the keydown event. When pressing enter, I'm sending a message (omitted in this example) and resetting the body however I'm still left with a line break.

https://codesandbox.io/s/great-wu-c4kgc?file=/src/App.js

from react-textarea-autosize.

insivika avatar insivika commented on August 22, 2024

Hi @Andarist did you have a chance to look into this?

from react-textarea-autosize.

insivika avatar insivika commented on August 22, 2024

Thanks so much @Andarist !

from react-textarea-autosize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.