I am trying to simple clear a text box when it is click on. The script I have seems to work fine and delete the text within the props but it doesn't delete the value within the actualy text box.
Here is my code:
And this is what happens when I click on the text box:
it shows the text value as nothing but the actual value show doesn't delete. It does delete once I click off it again though.
Any ideas?