we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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!".