I have an <input> html element.
The element is filled by default value.
User should be able to append new text at the end of default text but could not delete default value.
How could I solve this problem?
I have an <input> html element. The element is filled by default value. User
Share
You can do this with JavaScript:
I have set up a jsFiddle here: http://jsfiddle.net/sjfwz/