I'm dealing with a situation where I have the following code snippet:
<input placeholder="something">
Typically, the placeholder text disappears as soon as the user starts typing. Is there a way to make it so that the placeholder text becomes the actual content of the field and can be edited by the user?
Do I require javascript to achieve this functionality?