📜  无法输入反应输入文本字段 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:46.460000             🧑  作者: Mango

代码示例1
Using value={whatever} will make it so you cannot type in the input field. You should use 
defaultValue="Hello!".