Skip to content

Instantly share code, notes, and snippets.

@pk936
Created May 22, 2017 10:43
Show Gist options
  • Save pk936/cc1720a9cf79f7c89966d9540f3ba710 to your computer and use it in GitHub Desktop.
Save pk936/cc1720a9cf79f7c89966d9540f3ba710 to your computer and use it in GitHub Desktop.
input field is freeze here even I can see the name in the texfield. Can't edit why ?
render(){
let name = this.state.name;
return (
<input vaue={name} /> // input field is freeze here even I can see the name in the texfield. Can't edit why ?
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment