Answers for "can't type in react input text field"

1

can't type in react input text field

Using value={whatever} will make it so you cannot type in the input field. You should use 
defaultValue="Hello!".
Posted by: Guest on June-16-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language