Reputation: 963
I want to put some text and display it in a text field. I want the user not to be able to remove this text but only can add some more text to it. Can I do this?
I want to display "http://" prefix in the textfield and the user should be only able to add some more text to this.
Upvotes: 0
Views: 47
Reputation: 11002
this is not possible. I would recomment doing one of the following:
http:// [Textfield]
Upvotes: 1