Append the text on existing field.
Append value to the existing input field. This adds "World" to the current field value.
<input value="Hello"> → <input value="Hello World">