Created
May 22, 2017 10:43
-
-
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 ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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