Is it possible to input some text into a textbox and prevent the user from deleting it, but still allow the user to input text of their own.
For instance, what I want to do is have a text box which asks the amount of hours lost.
I want this to be shown like 53 hrs 25 mins.
So ideally I would like the hrs and mins to already be in the textbox, and to limit the user to only input number values. I can do all this, but I don't know how to prevent the user from deleting the "hrs" or "mins" from the text.
Any ideas?
For instance, what I want to do is have a text box which asks the amount of hours lost.
I want this to be shown like 53 hrs 25 mins.
So ideally I would like the hrs and mins to already be in the textbox, and to limit the user to only input number values. I can do all this, but I don't know how to prevent the user from deleting the "hrs" or "mins" from the text.
Any ideas?