showing results for - "can 27t type in react input text field"
Tom
20 Mar 2017
1Using value={whatever} will make it so you cannot type in the input field. You should use 
2defaultValue="Hello!".