I have a textfield with the text “type here” in it. I want it so that when the user clicks in it the text disappears.
The textfield uses an onChange listener to initiate a list filter function so I want to maintain this and add another function just to clear the text.