Skip to content

Instantly share code, notes, and snippets.

@baobao
Created July 13, 2021 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/0f1f9eb130c0486fbc9acdcb044bb171 to your computer and use it in GitHub Desktop.
Save baobao/0f1f9eb130c0486fbc9acdcb044bb171 to your computer and use it in GitHub Desktop.
<TextArea onChange={(event) => {
const changedText = event.target.value
// save localStorage
localStorage.setItem("savekey", changedText)
}}
value = changedText
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment