Replace the text on existing field.
Replace value in the existing input field. This replaces "Hello" with "World".
<input value="Hello" /> → <input value="World" />