Assign the input field with the state value and attach the event handler: <input type="text" value={value} onChange={onChange} /> .
確定! 回上一頁